#F6E5CE

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

Shades of Derby #F6E5CE

Tints of Derby #F6E5CE

Color information

#F6E5CE (or 0xF6E5CE) is unknown color: approx Derby. HEX triplet: F6, E5 and CE. RGB value is (246,229,206). Sum of RGB (Red+Green+Blue) = 246+229+206=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5CE is #091A31. Grayscale: #E7E7E7. Windows color (decimal): -596530 or 13559286. OLE color: 13559286.

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

Color convert

RGB246229206-
CMYK00.070.160.04
HSL34.5º68.97%88.63%-
HSV(B)34.5º16.26%96.47%-
XYZ77.1780.0969.78-
YUV231.46113.63138.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.12%
GREEN value IS 229 (89.84% from 255) = 33.63%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=36.12%
G=33.63%
B=30.25%

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
Decimal24622920600.070.160.0434.568.9788.63
HexF6E5CE07104224559
Octal3663453160720442105131
Binary11110110111001011100111001111000010010001010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E5CE; }

 p { color: rgb(246,229,206); }

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

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

 a { background-color: rgb(246,229,206); }

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

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

 span { border-color: rgb(246,229,206); }

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