#F5D7DC

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

Shades of Cherub #F5D7DC

Tints of Cherub #F5D7DC

Color information

#F5D7DC (or 0xF5D7DC) is unknown color: approx Cherub. HEX triplet: F5, D7 and DC. RGB value is (245,215,220). Sum of RGB (Red+Green+Blue) = 245+215+220=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D7DC is #0A2823. Grayscale: #E0E0E0. Windows color (decimal): -665636 or 14473205. OLE color: 14473205.

HSL color Cylindrical-coordinate representation of color #F5D7DC: hue angle of 350º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D7DC is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245215220-
CMYK00.120.100.04
HSL350º60%90.2%-
HSV(B)350º12.24%96.08%-
XYZ74.8773.1877.89-
YUV224.54125.44142.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.03%
GREEN value IS 215 (84.38% from 255) = 31.62%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=36.03%
G=31.62%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521522000.120.100.043506090.2
HexF5D7DC0CA415e3c5a
Octal36532733401412453674132
Binary1111010111010111110111000110010101001010111101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D7DC; }

 p { color: rgb(245,215,220); }

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

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

 a { background-color: rgb(245,215,220); }

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

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

 span { border-color: rgb(245,215,220); }

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