#FED4DB

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

Shades of Cherub #FED4DB

Tints of Cherub #FED4DB

Color information

#FED4DB (or 0xFED4DB) is unknown color: approx Cherub. HEX triplet: FE, D4 and DB. RGB value is (254,212,219). Sum of RGB (Red+Green+Blue) = 254+212+219=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4DB is #012B24. Grayscale: #E1E1E1. Windows color (decimal): -76581 or 14406910. OLE color: 14406910.

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

Color convert

RGB254212219-
CMYK00.170.140.00
HSL350º95.45%91.37%-
HSV(B)350º16.54%99.61%-
XYZ77.273.2777.09-
YUV225.36124.41148.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 212 (83.20% from 255) = 30.95%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=37.08%
G=30.95%
B=31.97%

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
Decimal25421221900.170.140.0035095.4591.37
HexFED4DB011E015e5f5b
Octal376324333021160536137133
Binary1111111011010100110110110100011110010101111010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4DB; }

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

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

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

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

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

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

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

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