#FFFBDC

Color #FFFBDC Corn Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Silk #FFFBDC

Tints of Corn Silk #FFFBDC

Color information

#FFFBDC (or 0xFFFBDC) is unknown color: approx Corn Silk. HEX triplet: FF, FB and DC. RGB value is (255,251,220). Sum of RGB (Red+Green+Blue) = 255+251+220=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 220 (86.33% from 255 or 30.30% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBDC is #000423. Grayscale: #F8F8F8. Windows color (decimal): -1060 or 14482431. OLE color: 14482431.

HSL color Cylindrical-coordinate representation of color #FFFBDC: hue angle of 53.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFFBDC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255251220-
CMYK00.020.140
HSL53.14º100%93.14%-
HSV(B)53.14º13.73%100%-
XYZ88.6695.4281.46-
YUV248.66111.83132.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 35.12%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 220 (86.33% from 255) = 30.30%
R=35.12%
G=34.57%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525122000.020.14053.1410093.14
HexFFFBDC02E035645d
Octal3773733340216065144135
Binary1111111111111011110111000101110011010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBDC; }

 p { color: rgb(255,251,220); }

 H1.HeaderClassName
 {
   color: #FFFBDC;
 }
 .AnyTagClassName
 {
   color: #FFFBDC;
 }
</style>
background-color css

<style>
 a { background-color: #FFFBDC; }

 a { background-color: rgb(255,251,220); }

 div.DivClassName
 {
   background-color: #FFFBDC;
 }
 .BgClassName
 {
   background-color: #FFFBDC;
 }
</style>
border-color css

<style>
 span { border-color: #FFFBDC; }

 span { border-color: rgb(255,251,220); }

 td.TdClassName
 {
   border-color: #FFFBDC;
 }
 .TagClassName
 {
   border-color: #FFFBDC;
 }
</style>