#FFFBE0

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

Shades of Corn Silk #FFFBE0

Tints of Corn Silk #FFFBE0

Color information

#FFFBE0 (or 0xFFFBE0) is unknown color: approx Corn Silk. HEX triplet: FF, FB and E0. RGB value is (255,251,224). Sum of RGB (Red+Green+Blue) = 255+251+224=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 224 (87.89% from 255 or 30.68% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBE0 is #00041F. Grayscale: #F9F9F9. Windows color (decimal): -1056 or 14744575. OLE color: 14744575.

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

Color convert

RGB255251224-
CMYK00.020.120
HSL52.26º100%93.92%-
HSV(B)52.26º12.16%100%-
XYZ89.1995.6484.28-
YUV249.12113.83132.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 251 (98.44% from 255) = 34.38%
BLUE value IS 224 (87.89% from 255) = 30.68%
R=34.93%
G=34.38%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525122400.020.12052.2610093.92
HexFFFBE002C034645e
Octal3773733400214064144136
Binary1111111111111011111000000101100011010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBE0; }

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

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

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

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

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

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

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

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