Shades of Pale Pink #FCDADE
Tints of Pale Pink #FCDADE
RGB
CMYK
RGB Variations
Color information
#FCDADE (or 0xFCDADE) is known color: Pale Pink. HEX triplet: FC, DA and DE. RGB value is (252,218,222). Sum of RGB (Red+Green+Blue) = 252+218+222=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADE is #032521. Grayscale: #E4E4E4. Windows color (decimal): -206114 or 14605052. OLE color: 14605052.
HSL color Cylindrical-coordinate representation of color #FCDADE: hue angle of 352.94º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDADE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 222 | - |
CMYK | 0 | 0.13 | 0.12 | 0.01 |
HSL | 352.94º | 0.85% | 0.92% | - |
HSV(B) | 352.94º | 0.13% | 0.99% | - |
XYZ | 78.4 | 76.11 | 79.67 | - |
YUV | 228.62 | 124.26 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 222 | 0 | 0.13 | 0.12 | 0.01 | 352.94 | 0.85 | 0.92 |
Hex | FC | DA | DE | 0 | D | C | 1 | 161 | 55 | 5C |
Octal | 374 | 332 | 336 | 0 | 15 | 14 | 1 | 541 | 125 | 134 |
Binary | 11111100 | 11011010 | 11011110 | 0 | 1101 | 1100 | 1 | 101100001 | 1010101 | 1011100 |
Color Harmonies of #FCDADE
Complementary color
Monochromatic Colors of #FCDADE
Black with #FCDADE
Text Example
Text Example
White with #FCDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDADE; }
p { color: rgb(252,218,222); }
H1.HeaderClassName
{
color: #FCDADE;
}
.AnyTagClassName
{
color: #FCDADE;
}
</style>
background-color css
<style>
a { background-color: #FCDADE; }
a { background-color: rgb(252,218,222); }
div.DivClassName
{
background-color: #FCDADE;
}
.BgClassName
{
background-color: #FCDADE;
}
</style>
border-color css
<style>
span { border-color: #FCDADE; }
span { border-color: rgb(252,218,222); }
td.TdClassName
{
border-color: #FCDADE;
}
.TagClassName
{
border-color: #FCDADE;
}
</style>