#FED3DB

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

Shades of Cherub #FED3DB

Tints of Cherub #FED3DB

Color information

#FED3DB (or 0xFED3DB) is unknown color: approx Cherub. HEX triplet: FE, D3 and DB. RGB value is (254,211,219). Sum of RGB (Red+Green+Blue) = 254+211+219=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3DB is #012C24. Grayscale: #E0E0E0. Windows color (decimal): -76837 or 14406654. OLE color: 14406654.

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

Color convert

RGB254211219-
CMYK00.170.140.00
HSL348.84º95.56%91.18%-
HSV(B)348.84º16.93%99.61%-
XYZ76.9572.7777.01-
YUV224.77124.75148.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 211 (82.81% from 255) = 30.85%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=37.13%
G=30.85%
B=32.02%

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
Decimal25421121900.170.140.00348.8495.5691.18
HexFED3DB011E015d605b
Octal376323333021160535140133
Binary1111111011010011110110110100011110010101110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3DB; }

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

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

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

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

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

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

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

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