#F8E3CA

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

Shades of Derby #F8E3CA

Tints of Derby #F8E3CA

Color information

#F8E3CA (or 0xF8E3CA) is unknown color: approx Derby. HEX triplet: F8, E3 and CA. RGB value is (248,227,202). Sum of RGB (Red+Green+Blue) = 248+227+202=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E3CA is #071C35. Grayscale: #E6E6E6. Windows color (decimal): -465974 or 13296632. OLE color: 13296632.

HSL color Cylindrical-coordinate representation of color #F8E3CA: hue angle of 32.61º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8E3CA is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248227202-
CMYK00.080.190.03
HSL32.61º76.67%88.24%-
HSV(B)32.61º18.55%97.25%-
XYZ76.8479.1667.11-
YUV230.43111.96140.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 227 (89.06% from 255) = 33.53%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=36.63%
G=33.53%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822720200.080.190.0332.6176.6788.24
HexF8E3CA08133214d58
Octal37034331201023341115130
Binary11111000111000111100101001000100111110000110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E3CA; }

 p { color: rgb(248,227,202); }

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

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

 a { background-color: rgb(248,227,202); }

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

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

 span { border-color: rgb(248,227,202); }

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