Shades of Pig Pink #FCDFED
Tints of Pig Pink #FCDFED
RGB
CMYK
RGB Variations
Color information
#FCDFED (or 0xFCDFED) is known color: Pig Pink. HEX triplet: FC, DF and ED. RGB value is (252,223,237). Sum of RGB (Red+Green+Blue) = 252+223+237=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFED is #032012. Grayscale: #E9E9E9. Windows color (decimal): -204819 or 15589372. OLE color: 15589372.
HSL color Cylindrical-coordinate representation of color #FCDFED: hue angle of 331.03º degrees, saturation: 0.83, 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 #FCDFED is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 237 | - |
CMYK | 0 | 0.12 | 0.06 | 0.01 |
HSL | 331.03º | 0.83% | 0.93% | - |
HSV(B) | 331.03º | 0.12% | 0.99% | - |
XYZ | 81.82 | 79.59 | 91.17 | - |
YUV | 233.27 | 130.11 | 141.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 237 | 0 | 0.12 | 0.06 | 0.01 | 331.03 | 0.83 | 0.93 |
Hex | FC | DF | ED | 0 | C | 6 | 1 | 14B | 53 | 5D |
Octal | 374 | 337 | 355 | 0 | 14 | 6 | 1 | 513 | 123 | 135 |
Binary | 11111100 | 11011111 | 11101101 | 0 | 1100 | 110 | 1 | 101001011 | 1010011 | 1011101 |
Color Harmonies of #FCDFED
Complementary color
Monochromatic Colors of #FCDFED
Black with #FCDFED
Text Example
Text Example
White with #FCDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFED; }
p { color: rgb(252,223,237); }
H1.HeaderClassName
{
color: #FCDFED;
}
.AnyTagClassName
{
color: #FCDFED;
}
</style>
background-color css
<style>
a { background-color: #FCDFED; }
a { background-color: rgb(252,223,237); }
div.DivClassName
{
background-color: #FCDFED;
}
.BgClassName
{
background-color: #FCDFED;
}
</style>
border-color css
<style>
span { border-color: #FCDFED; }
span { border-color: rgb(252,223,237); }
td.TdClassName
{
border-color: #FCDFED;
}
.TagClassName
{
border-color: #FCDFED;
}
</style>