#FFFBE2

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

Shades of Corn Silk #FFFBE2

Tints of Corn Silk #FFFBE2

Color information

#FFFBE2 (or 0xFFFBE2) is unknown color: approx Corn Silk. HEX triplet: FF, FB and E2. RGB value is (255,251,226). Sum of RGB (Red+Green+Blue) = 255+251+226=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 226 (88.67% from 255 or 30.87% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBE2 is #00041D. Grayscale: #F9F9F9. Windows color (decimal): -1054 or 14875647. OLE color: 14875647.

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

Color convert

RGB255251226-
CMYK00.020.110
HSL51.72º100%94.31%-
HSV(B)51.72º11.37%100%-
XYZ89.4695.7585.72-
YUV249.35114.83132.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 251 (98.44% from 255) = 34.29%
BLUE value IS 226 (88.67% from 255) = 30.87%
R=34.84%
G=34.29%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525122600.020.11051.7210094.31
HexFFFBE202B034645e
Octal3773733420213064144136
Binary1111111111111011111000100101011011010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBE2; }

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

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

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

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

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

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

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

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