#F8E6CC

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

Shades of Derby #F8E6CC

Tints of Derby #F8E6CC

Color information

#F8E6CC (or 0xF8E6CC) is unknown color: approx Derby. HEX triplet: F8, E6 and CC. RGB value is (248,230,204). Sum of RGB (Red+Green+Blue) = 248+230+204=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E6CC is #071933. Grayscale: #E8E8E8. Windows color (decimal): -465204 or 13428472. OLE color: 13428472.

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

Color convert

RGB248230204-
CMYK00.070.180.03
HSL35.45º75.86%88.63%-
HSV(B)35.45º17.74%97.25%-
XYZ77.9180.9168.64-
YUV232.42111.96139.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.36%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=36.36%
G=33.72%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823020400.070.180.0335.4575.8688.63
HexF8E6CC07123234c59
Octal3703463140722343114131
Binary1111100011100110110011000111100101110001110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E6CC; }

 p { color: rgb(248,230,204); }

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

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

 a { background-color: rgb(248,230,204); }

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

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

 span { border-color: rgb(248,230,204); }

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