#FFDEDE

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

Shades of Misty Rose #FFDEDE

Tints of Misty Rose #FFDEDE

Color information

#FFDEDE (or 0xFFDEDE) is unknown color: approx Misty Rose. HEX triplet: FF, DE and DE. RGB value is (255,222,222). Sum of RGB (Red+Green+Blue) = 255+222+222=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDE is #002121. Grayscale: #E7E7E7. Windows color (decimal): -8482 or 14606079. OLE color: 14606079.

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

Color convert

RGB255222222-
CMYK00.130.130
HSL100%93.53%-
HSV(B)12.94%100%-
XYZ80.5578.7880.07-
YUV231.87122.43144.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 222 (87.11% from 255) = 31.76%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=36.48%
G=31.76%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522222200.130.130010093.53
HexFFDEDE0DD00645e
Octal3773363360151500144136
Binary1111111111011110110111100110111010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEDE; }

 p { color: rgb(255,222,222); }

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

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

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

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

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

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

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