#FFD2DC

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

Shades of Cherub #FFD2DC

Tints of Cherub #FFD2DC

Color information

#FFD2DC (or 0xFFD2DC) is unknown color: approx Cherub. HEX triplet: FF, D2 and DC. RGB value is (255,210,220). Sum of RGB (Red+Green+Blue) = 255+210+220=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2DC is #002D23. Grayscale: #E0E0E0. Windows color (decimal): -11556 or 14471935. OLE color: 14471935.

HSL color Cylindrical-coordinate representation of color #FFD2DC: hue angle of 346.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2DC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255210220-
CMYK00.180.140
HSL346.67º100%91.18%-
HSV(B)346.67º17.65%100%-
XYZ77.272.5277.64-
YUV224.6125.41149.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 210 (82.42% from 255) = 30.66%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=37.23%
G=30.66%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521022000.180.140346.6710091.18
HexFFD2DC012E015b645b
Octal377322334022160533144133
Binary1111111111010010110111000100101110010101101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2DC; }

 p { color: rgb(255,210,220); }

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

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

 a { background-color: rgb(255,210,220); }

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

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

 span { border-color: rgb(255,210,220); }

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