Shades of Pig Pink #FCDDEE
Tints of Pig Pink #FCDDEE
RGB
CMYK
RGB Variations
Color information
#FCDDEE (or 0xFCDDEE) is known color: Pig Pink. HEX triplet: FC, DD and EE. RGB value is (252,221,238). Sum of RGB (Red+Green+Blue) = 252+221+238=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEE is #032211. Grayscale: #E8E8E8. Windows color (decimal): -205330 or 15654396. OLE color: 15654396.
HSL color Cylindrical-coordinate representation of color #FCDDEE: hue angle of 327.1º 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 #FCDDEE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 238 | - |
CMYK | 0 | 0.12 | 0.06 | 0.01 |
HSL | 327.1º | 0.84% | 0.93% | - |
HSV(B) | 327.1º | 0.12% | 0.99% | - |
XYZ | 81.43 | 78.58 | 91.76 | - |
YUV | 232.21 | 131.27 | 142.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 238 | 0 | 0.12 | 0.06 | 0.01 | 327.1 | 0.84 | 0.93 |
Hex | FC | DD | EE | 0 | C | 6 | 1 | 147 | 54 | 5D |
Octal | 374 | 335 | 356 | 0 | 14 | 6 | 1 | 507 | 124 | 135 |
Binary | 11111100 | 11011101 | 11101110 | 0 | 1100 | 110 | 1 | 101000111 | 1010100 | 1011101 |
Color Harmonies of #FCDDEE
Complementary color
Monochromatic Colors of #FCDDEE
Black with #FCDDEE
Text Example
Text Example
White with #FCDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDEE; }
p { color: rgb(252,221,238); }
H1.HeaderClassName
{
color: #FCDDEE;
}
.AnyTagClassName
{
color: #FCDDEE;
}
</style>
background-color css
<style>
a { background-color: #FCDDEE; }
a { background-color: rgb(252,221,238); }
div.DivClassName
{
background-color: #FCDDEE;
}
.BgClassName
{
background-color: #FCDDEE;
}
</style>
border-color css
<style>
span { border-color: #FCDDEE; }
span { border-color: rgb(252,221,238); }
td.TdClassName
{
border-color: #FCDDEE;
}
.TagClassName
{
border-color: #FCDDEE;
}
</style>