Shades of Pig Pink #FCDAEB
Tints of Pig Pink #FCDAEB
RGB
CMYK
RGB Variations
Color information
#FCDAEB (or 0xFCDAEB) is known color: Pig Pink. HEX triplet: FC, DA and EB. RGB value is (252,218,235). Sum of RGB (Red+Green+Blue) = 252+218+235=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAEB is #032514. Grayscale: #E6E6E6. Windows color (decimal): -206101 or 15457020. OLE color: 15457020.
HSL color Cylindrical-coordinate representation of color #FCDAEB: hue angle of 330º 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 #FCDAEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 235 | - |
CMYK | 0 | 0.13 | 0.07 | 0.01 |
HSL | 330º | 0.85% | 0.92% | - |
HSV(B) | 330º | 0.13% | 0.99% | - |
XYZ | 80.21 | 76.84 | 89.2 | - |
YUV | 230.1 | 130.76 | 143.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 235 | 0 | 0.13 | 0.07 | 0.01 | 330 | 0.85 | 0.92 |
Hex | FC | DA | EB | 0 | D | 7 | 1 | 14A | 55 | 5C |
Octal | 374 | 332 | 353 | 0 | 15 | 7 | 1 | 512 | 125 | 134 |
Binary | 11111100 | 11011010 | 11101011 | 0 | 1101 | 111 | 1 | 101001010 | 1010101 | 1011100 |
Color Harmonies of #FCDAEB
Complementary color
Monochromatic Colors of #FCDAEB
Black with #FCDAEB
Text Example
Text Example
White with #FCDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAEB; }
p { color: rgb(252,218,235); }
H1.HeaderClassName
{
color: #FCDAEB;
}
.AnyTagClassName
{
color: #FCDAEB;
}
</style>
background-color css
<style>
a { background-color: #FCDAEB; }
a { background-color: rgb(252,218,235); }
div.DivClassName
{
background-color: #FCDAEB;
}
.BgClassName
{
background-color: #FCDAEB;
}
</style>
border-color css
<style>
span { border-color: #FCDAEB; }
span { border-color: rgb(252,218,235); }
td.TdClassName
{
border-color: #FCDAEB;
}
.TagClassName
{
border-color: #FCDAEB;
}
</style>