#FFDCDC

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

Shades of Misty Rose #FFDCDC

Tints of Misty Rose #FFDCDC

Color information

#FFDCDC (or 0xFFDCDC) is unknown color: approx Misty Rose. HEX triplet: FF, DC and DC. RGB value is (255,220,220). Sum of RGB (Red+Green+Blue) = 255+220+220=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCDC is #002323. Grayscale: #E6E6E6. Windows color (decimal): -8996 or 14474495. OLE color: 14474495.

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

Color convert

RGB255220220-
CMYK00.140.140
HSL100%93.14%-
HSV(B)13.73%100%-
XYZ79.7577.6178.49-
YUV230.46122.1145.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=36.69%
G=31.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522022000.140.140010093.14
HexFFDCDC0EE00645d
Octal3773343340161600144135
Binary1111111111011100110111000111011100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCDC; }

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

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

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

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

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

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

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

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