#F5D5DC

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

Shades of Cherub #F5D5DC

Tints of Cherub #F5D5DC

Color information

#F5D5DC (or 0xF5D5DC) is unknown color: approx Cherub. HEX triplet: F5, D5 and DC. RGB value is (245,213,220). Sum of RGB (Red+Green+Blue) = 245+213+220=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5DC is #0A2A23. Grayscale: #DFDFDF. Windows color (decimal): -666148 or 14472693. OLE color: 14472693.

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

Color convert

RGB245213220-
CMYK00.130.100.04
HSL346.88º61.54%89.8%-
HSV(B)346.88º13.06%96.08%-
XYZ74.3772.1777.72-
YUV223.37126.1143.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.14%
GREEN value IS 213 (83.59% from 255) = 31.42%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=36.14%
G=31.42%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521322000.130.100.04346.8861.5489.8
HexF5D5DC0DA415b3e5a
Octal36532533401512453376132
Binary1111010111010101110111000110110101001010110111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D5DC; }

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

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

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

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

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

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

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

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