#F7E4CA

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

Shades of Derby #F7E4CA

Tints of Derby #F7E4CA

Color information

#F7E4CA (or 0xF7E4CA) is unknown color: approx Derby. HEX triplet: F7, E4 and CA. RGB value is (247,228,202). Sum of RGB (Red+Green+Blue) = 247+228+202=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4CA is #081B35. Grayscale: #E6E6E6. Windows color (decimal): -531254 or 13296887. OLE color: 13296887.

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

Color convert

RGB247228202-
CMYK00.080.180.03
HSL34.67º73.77%88.04%-
HSV(B)34.67º18.22%96.86%-
XYZ76.7679.5367.18-
YUV230.72111.79139.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.48%
GREEN value IS 228 (89.45% from 255) = 33.68%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=36.48%
G=33.68%
B=29.84%

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
Decimal24722820200.080.180.0334.6773.7788.04
HexF7E4CA08123234a58
Octal36734431201022343112130
Binary11110111111001001100101001000100101110001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E4CA; }

 p { color: rgb(247,228,202); }

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

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

 a { background-color: rgb(247,228,202); }

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

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

 span { border-color: rgb(247,228,202); }

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