Shades of Pig Pink #FCDAEE
Tints of Pig Pink #FCDAEE
RGB
CMYK
RGB Variations
Color information
#FCDAEE (or 0xFCDAEE) is known color: Pig Pink. HEX triplet: FC, DA and EE. RGB value is (252,218,238). Sum of RGB (Red+Green+Blue) = 252+218+238=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAEE is #032511. Grayscale: #E6E6E6. Windows color (decimal): -206098 or 15653628. OLE color: 15653628.
HSL color Cylindrical-coordinate representation of color #FCDAEE: hue angle of 324.71º 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 #FCDAEE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 238 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 324.71º | 0.85% | 0.92% | - |
HSV(B) | 324.71º | 0.13% | 0.99% | - |
XYZ | 80.65 | 77.01 | 91.5 | - |
YUV | 230.45 | 132.26 | 143.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 238 | 0 | 0.13 | 0.06 | 0.01 | 324.71 | 0.85 | 0.92 |
Hex | FC | DA | EE | 0 | D | 6 | 1 | 145 | 55 | 5C |
Octal | 374 | 332 | 356 | 0 | 15 | 6 | 1 | 505 | 125 | 134 |
Binary | 11111100 | 11011010 | 11101110 | 0 | 1101 | 110 | 1 | 101000101 | 1010101 | 1011100 |
Color Harmonies of #FCDAEE
Complementary color
Monochromatic Colors of #FCDAEE
Black with #FCDAEE
Text Example
Text Example
White with #FCDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAEE; }
p { color: rgb(252,218,238); }
H1.HeaderClassName
{
color: #FCDAEE;
}
.AnyTagClassName
{
color: #FCDAEE;
}
</style>
background-color css
<style>
a { background-color: #FCDAEE; }
a { background-color: rgb(252,218,238); }
div.DivClassName
{
background-color: #FCDAEE;
}
.BgClassName
{
background-color: #FCDAEE;
}
</style>
border-color css
<style>
span { border-color: #FCDAEE; }
span { border-color: rgb(252,218,238); }
td.TdClassName
{
border-color: #FCDAEE;
}
.TagClassName
{
border-color: #FCDAEE;
}
</style>