#FEDFDB

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

Shades of Misty Rose #FEDFDB

Tints of Misty Rose #FEDFDB

Color information

#FEDFDB (or 0xFEDFDB) is unknown color: approx Misty Rose. HEX triplet: FE, DF and DB. RGB value is (254,223,219). Sum of RGB (Red+Green+Blue) = 254+223+219=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDB is #012024. Grayscale: #E7E7E7. Windows color (decimal): -73765 or 14409726. OLE color: 14409726.

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

Color convert

RGB254223219-
CMYK00.120.140.00
HSL6.86º94.59%92.75%-
HSV(B)6.86º13.78%99.61%-
XYZ80.0578.9678.04-
YUV231.81120.77143.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 219 (85.94% from 255) = 31.47%
R=36.49%
G=32.04%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422321900.120.140.006.8694.5992.75
HexFEDFDB0CE075f5d
Octal3763373330141607137135
Binary111111101101111111011011011001110011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFDB; }

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

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

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

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

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

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

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

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