#FED2DC

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

Shades of Cherub #FED2DC

Tints of Cherub #FED2DC

Color information

#FED2DC (or 0xFED2DC) is unknown color: approx Cherub. HEX triplet: FE, D2 and DC. RGB value is (254,210,220). Sum of RGB (Red+Green+Blue) = 254+210+220=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2DC is #012D23. Grayscale: #E0E0E0. Windows color (decimal): -77092 or 14471934. OLE color: 14471934.

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

Color convert

RGB254210220-
CMYK00.170.130.00
HSL346.36º95.65%90.98%-
HSV(B)346.36º17.32%99.61%-
XYZ76.8472.3377.62-
YUV224.3125.58149.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=37.13%
G=30.70%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421022000.170.130.00346.3695.6590.98
HexFED2DC011D015a605b
Octal376322334021150532140133
Binary1111111011010010110111000100011101010101101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2DC; }

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

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

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

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

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

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

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

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