#F5E4CE

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

Shades of Derby #F5E4CE

Tints of Derby #F5E4CE

Color information

#F5E4CE (or 0xF5E4CE) is unknown color: approx Derby. HEX triplet: F5, E4 and CE. RGB value is (245,228,206). Sum of RGB (Red+Green+Blue) = 245+228+206=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E4CE is #0A1B31. Grayscale: #E6E6E6. Windows color (decimal): -662322 or 13559029. OLE color: 13559029.

HSL color Cylindrical-coordinate representation of color #F5E4CE: hue angle of 33.85º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5E4CE is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245228206-
CMYK00.070.160.04
HSL33.85º66.1%88.43%-
HSV(B)33.85º15.92%96.08%-
XYZ76.5479.3669.68-
YUV230.58114.13138.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.08%
GREEN value IS 228 (89.45% from 255) = 33.58%
BLUE value IS 206 (80.86% from 255) = 30.34%
R=36.08%
G=33.58%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522820600.070.160.0433.8566.188.43
HexF5E4CE07104224258
Octal3653443160720442102130
Binary11110101111001001100111001111000010010001010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4CE; }

 p { color: rgb(245,228,206); }

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

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

 a { background-color: rgb(245,228,206); }

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

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

 span { border-color: rgb(245,228,206); }

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