#FED4DC

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

Shades of Cherub #FED4DC

Tints of Cherub #FED4DC

Color information

#FED4DC (or 0xFED4DC) is unknown color: approx Cherub. HEX triplet: FE, D4 and DC. RGB value is (254,212,220). Sum of RGB (Red+Green+Blue) = 254+212+220=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4DC is #012B23. Grayscale: #E1E1E1. Windows color (decimal): -76580 or 14472446. OLE color: 14472446.

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

Color convert

RGB254212220-
CMYK00.170.130.00
HSL348.57º95.45%91.37%-
HSV(B)348.57º16.54%99.61%-
XYZ77.3373.3377.79-
YUV225.47124.91148.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=37.03%
G=30.90%
B=32.07%

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
Decimal25421222000.170.130.00348.5795.4591.37
HexFED4DC011D015d5f5b
Octal376324334021150535137133
Binary1111111011010100110111000100011101010101110110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4DC; }

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

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

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

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

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

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

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

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