#FEDFDC

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

Shades of Misty Rose #FEDFDC

Tints of Misty Rose #FEDFDC

Color information

#FEDFDC (or 0xFEDFDC) is unknown color: approx Misty Rose. HEX triplet: FE, DF and DC. RGB value is (254,223,220). Sum of RGB (Red+Green+Blue) = 254+223+220=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDC is #012023. Grayscale: #E7E7E7. Windows color (decimal): -73764 or 14475262. OLE color: 14475262.

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

Color convert

RGB254223220-
CMYK00.120.130.00
HSL5.29º94.44%92.94%-
HSV(B)5.29º13.39%99.61%-
XYZ80.1879.0178.74-
YUV231.93121.27143.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=36.44%
G=31.99%
B=31.56%

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
Decimal25422322000.120.130.005.2994.4492.94
HexFEDFDC0CD055e5d
Octal3763373340141505136135
Binary111111101101111111011100011001101010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFDC; }

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

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

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

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

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

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

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

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