#F8D5DC

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

Shades of Cherub #F8D5DC

Tints of Cherub #F8D5DC

Color information

#F8D5DC (or 0xF8D5DC) is unknown color: approx Cherub. HEX triplet: F8, D5 and DC. RGB value is (248,213,220). Sum of RGB (Red+Green+Blue) = 248+213+220=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5DC is #072A23. Grayscale: #E0E0E0. Windows color (decimal): -469540 or 14472696. OLE color: 14472696.

HSL color Cylindrical-coordinate representation of color #F8D5DC: hue angle of 348º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D5DC is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248213220-
CMYK00.140.110.03
HSL348º71.43%90.39%-
HSV(B)348º14.11%97.25%-
XYZ75.4272.7177.77-
YUV224.26125.6144.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.42%
GREEN value IS 213 (83.59% from 255) = 31.28%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=36.42%
G=31.28%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821322000.140.110.0334871.4390.39
HexF8D5DC0EB315c475a
Octal370325334016133534107132
Binary1111100011010101110111000111010111110101110010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5DC; }

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

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

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

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

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

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

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

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