#FEDFDD

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

Shades of Misty Rose #FEDFDD

Tints of Misty Rose #FEDFDD

Color information

#FEDFDD (or 0xFEDFDD) is unknown color: approx Misty Rose. HEX triplet: FE, DF and DD. RGB value is (254,223,221). Sum of RGB (Red+Green+Blue) = 254+223+221=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDD is #012022. Grayscale: #E8E8E8. Windows color (decimal): -73763 or 14540798. OLE color: 14540798.

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

Color convert

RGB254223221-
CMYK00.120.130.00
HSL3.64º94.29%93.14%-
HSV(B)3.64º12.99%99.61%-
XYZ80.3179.0779.44-
YUV232.04121.77143.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=36.39%
G=31.95%
B=31.66%

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
Decimal25422322100.120.130.003.6494.2993.14
HexFEDFDD0CD045e5d
Octal3763373350141504136135
Binary111111101101111111011101011001101010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFDD; }

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

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

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

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

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

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

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

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