Shades of Pink #FCC1D0
Tints of Pink #FCC1D0
RGB
CMYK
RGB Variations
Color information
#FCC1D0 (or 0xFCC1D0) is known color: Pink. HEX triplet: FC, C1 and D0. RGB value is (252,193,208). Sum of RGB (Red+Green+Blue) = 252+193+208=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1D0 is #033E2F. Grayscale: #D4D4D4. Windows color (decimal): -212528 or 13681148. OLE color: 13681148.
HSL color Cylindrical-coordinate representation of color #FCC1D0: hue angle of 344.75º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC1D0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 193 | 208 | - |
CMYK | 0 | 0.23 | 0.17 | 0.01 |
HSL | 344.75º | 0.91% | 0.87% | - |
HSV(B) | 344.75º | 0.23% | 0.99% | - |
XYZ | 70.6 | 63.39 | 68.19 | - |
YUV | 212.35 | 125.55 | 156.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 193 | 208 | 0 | 0.23 | 0.17 | 0.01 | 344.75 | 0.91 | 0.87 |
Hex | FC | C1 | D0 | 0 | 17 | 11 | 1 | 159 | 5B | 57 |
Octal | 374 | 301 | 320 | 0 | 27 | 21 | 1 | 531 | 133 | 127 |
Binary | 11111100 | 11000001 | 11010000 | 0 | 10111 | 10001 | 1 | 101011001 | 1011011 | 1010111 |
Color Harmonies of #FCC1D0
Complementary color
Monochromatic Colors of #FCC1D0
Black with #FCC1D0
Text Example
Text Example
White with #FCC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1D0; }
p { color: rgb(252,193,208); }
H1.HeaderClassName
{
color: #FCC1D0;
}
.AnyTagClassName
{
color: #FCC1D0;
}
</style>
background-color css
<style>
a { background-color: #FCC1D0; }
a { background-color: rgb(252,193,208); }
div.DivClassName
{
background-color: #FCC1D0;
}
.BgClassName
{
background-color: #FCC1D0;
}
</style>
border-color css
<style>
span { border-color: #FCC1D0; }
span { border-color: rgb(252,193,208); }
td.TdClassName
{
border-color: #FCC1D0;
}
.TagClassName
{
border-color: #FCC1D0;
}
</style>