#FEDFDE

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

Shades of Misty Rose #FEDFDE

Tints of Misty Rose #FEDFDE

Color information

#FEDFDE (or 0xFEDFDE) is unknown color: approx Misty Rose. HEX triplet: FE, DF and DE. RGB value is (254,223,222). Sum of RGB (Red+Green+Blue) = 254+223+222=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDE is #012021. Grayscale: #E8E8E8. Windows color (decimal): -73762 or 14606334. OLE color: 14606334.

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

Color convert

RGB254223222-
CMYK00.120.130.00
HSL1.88º94.12%93.33%-
HSV(B)1.88º12.6%99.61%-
XYZ80.4579.1280.14-
YUV232.15122.27143.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=36.34%
G=31.90%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422322200.120.130.001.8894.1293.33
HexFEDFDE0CD025e5d
Octal3763373360141502136135
Binary11111110110111111101111001100110101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFDE; }

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

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

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

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

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

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

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

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