Shades of Pink #FCBFCA
Tints of Pink #FCBFCA
RGB
CMYK
RGB Variations
Color information
#FCBFCA (or 0xFCBFCA) is known color: Pink. HEX triplet: FC, BF and CA. RGB value is (252,191,202). Sum of RGB (Red+Green+Blue) = 252+191+202=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFCA is #034035. Grayscale: #D2D2D2. Windows color (decimal): -213046 or 13287420. OLE color: 13287420.
HSL color Cylindrical-coordinate representation of color #FCBFCA: hue angle of 349.18º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFCA is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 202 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.01 |
| HSL | 349.18º | 0.91% | 0.87% | - |
| HSV(B) | 349.18º | 0.24% | 0.99% | - |
| XYZ | 69.44 | 62.22 | 64.23 | - |
| YUV | 210.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 202 | 0 | 0.24 | 0.20 | 0.01 | 349.18 | 0.91 | 0.87 |
| Hex | FC | BF | CA | 0 | 18 | 14 | 1 | 15D | 5B | 57 |
| Octal | 374 | 277 | 312 | 0 | 30 | 24 | 1 | 535 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11001010 | 0 | 11000 | 10100 | 1 | 101011101 | 1011011 | 1010111 |
Color Harmonies of #FCBFCA
Complementary color
Monochromatic Colors of #FCBFCA
Black with #FCBFCA
Text Example
Text Example
White with #FCBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFCA; }
p { color: rgb(252,191,202); }
H1.HeaderClassName
{
color: #FCBFCA;
}
.AnyTagClassName
{
color: #FCBFCA;
}
</style>
background-color css
<style>
a { background-color: #FCBFCA; }
a { background-color: rgb(252,191,202); }
div.DivClassName
{
background-color: #FCBFCA;
}
.BgClassName
{
background-color: #FCBFCA;
}
</style>
border-color css
<style>
span { border-color: #FCBFCA; }
span { border-color: rgb(252,191,202); }
td.TdClassName
{
border-color: #FCBFCA;
}
.TagClassName
{
border-color: #FCBFCA;
}
</style>