#F7E6CE

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

Shades of Derby #F7E6CE

Tints of Derby #F7E6CE

Color information

#F7E6CE (or 0xF7E6CE) is unknown color: approx Derby. HEX triplet: F7, E6 and CE. RGB value is (247,230,206). Sum of RGB (Red+Green+Blue) = 247+230+206=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E6CE is #081931. Grayscale: #E8E8E8. Windows color (decimal): -530738 or 13559543. OLE color: 13559543.

HSL color Cylindrical-coordinate representation of color #F7E6CE: hue angle of 35.12º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7E6CE is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247230206-
CMYK00.070.170.03
HSL35.12º71.93%88.82%-
HSV(B)35.12º16.6%96.86%-
XYZ77.880.8269.89-
YUV232.35113.13138.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.16%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 206 (80.86% from 255) = 30.16%
R=36.16%
G=33.67%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723020600.070.170.0335.1271.9388.82
HexF7E6CE07113234859
Octal3673463160721343110131
Binary1111011111100110110011100111100011110001110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E6CE; }

 p { color: rgb(247,230,206); }

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

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

 a { background-color: rgb(247,230,206); }

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

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

 span { border-color: rgb(247,230,206); }

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