#FCDFDD

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

Shades of Misty Rose #FCDFDD

Tints of Misty Rose #FCDFDD

Color information

#FCDFDD (or 0xFCDFDD) is unknown color: approx Misty Rose. HEX triplet: FC, DF and DD. RGB value is (252,223,221). Sum of RGB (Red+Green+Blue) = 252+223+221=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDD is #032022. Grayscale: #E7E7E7. Windows color (decimal): -204835 or 14540796. OLE color: 14540796.

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

Color convert

RGB252223221-
CMYK00.120.120.01
HSL3.87º83.78%92.75%-
HSV(B)3.87º12.3%98.82%-
XYZ79.5878.6979.4-
YUV231.44122.11142.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=36.21%
G=32.04%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222322100.120.120.013.8783.7892.75
HexFCDFDD0CC14545d
Octal3743373350141414124135
Binary111111001101111111011101011001100110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFDD; }

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

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

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

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

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

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

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

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