#F8E5CC

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

Shades of Derby #F8E5CC

Tints of Derby #F8E5CC

Color information

#F8E5CC (or 0xF8E5CC) is unknown color: approx Derby. HEX triplet: F8, E5 and CC. RGB value is (248,229,204). Sum of RGB (Red+Green+Blue) = 248+229+204=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E5CC is #071A33. Grayscale: #E7E7E7. Windows color (decimal): -465460 or 13428216. OLE color: 13428216.

HSL color Cylindrical-coordinate representation of color #F8E5CC: hue angle of 34.09º 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 #F8E5CC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248229204-
CMYK00.080.180.03
HSL34.09º75.86%88.63%-
HSV(B)34.09º17.74%97.25%-
XYZ77.6380.3568.55-
YUV231.83112.29139.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.42%
GREEN value IS 229 (89.84% from 255) = 33.63%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=36.42%
G=33.63%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822920400.080.180.0334.0975.8688.63
HexF8E5CC08123224c59
Octal37034531401022342114131
Binary11111000111001011100110001000100101110001010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E5CC; }

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

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

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

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

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

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

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

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