#FFFBDD

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

Shades of Corn Silk #FFFBDD

Tints of Corn Silk #FFFBDD

Color information

#FFFBDD (or 0xFFFBDD) is unknown color: approx Corn Silk. HEX triplet: FF, FB and DD. RGB value is (255,251,221). Sum of RGB (Red+Green+Blue) = 255+251+221=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 221 (86.72% from 255 or 30.40% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBDD is #000422. Grayscale: #F8F8F8. Windows color (decimal): -1059 or 14547967. OLE color: 14547967.

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

Color convert

RGB255251221-
CMYK00.020.130
HSL52.94º100%93.33%-
HSV(B)52.94º13.33%100%-
XYZ88.7995.4782.16-
YUV248.78112.33132.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 251 (98.44% from 255) = 34.53%
BLUE value IS 221 (86.72% from 255) = 30.40%
R=35.08%
G=34.53%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525122100.020.13052.9410093.33
HexFFFBDD02D035645d
Octal3773733350215065144135
Binary1111111111111011110111010101101011010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBDD; }

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

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

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

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

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

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

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

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