#FED2DB

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

Shades of Cherub #FED2DB

Tints of Cherub #FED2DB

Color information

#FED2DB (or 0xFED2DB) is unknown color: approx Cherub. HEX triplet: FE, D2 and DB. RGB value is (254,210,219). Sum of RGB (Red+Green+Blue) = 254+210+219=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2DB is #012D24. Grayscale: #E0E0E0. Windows color (decimal): -77093 or 14406398. OLE color: 14406398.

HSL color Cylindrical-coordinate representation of color #FED2DB: hue angle of 347.73º 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 #FED2DB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254210219-
CMYK00.170.140.00
HSL347.73º95.65%90.98%-
HSV(B)347.73º17.32%99.61%-
XYZ76.7172.2876.93-
YUV224.18125.08149.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 219 (85.94% from 255) = 32.06%
R=37.19%
G=30.75%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421021900.170.140.00347.7395.6590.98
HexFED2DB011E015c605b
Octal376322333021160534140133
Binary1111111011010010110110110100011110010101110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2DB; }

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

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

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

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

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

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

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

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