Shades of Pink #FCBEC9
Tints of Pink #FCBEC9
RGB
CMYK
RGB Variations
Color information
#FCBEC9 (or 0xFCBEC9) is known color: Pink. HEX triplet: FC, BE and C9. RGB value is (252,190,201). Sum of RGB (Red+Green+Blue) = 252+190+201=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC9 is #034136. Grayscale: #D1D1D1. Windows color (decimal): -213303 or 13221628. OLE color: 13221628.
HSL color Cylindrical-coordinate representation of color #FCBEC9: hue angle of 349.35º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEC9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 201 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.01 |
| HSL | 349.35º | 0.91% | 0.87% | - |
| HSV(B) | 349.35º | 0.25% | 0.99% | - |
| XYZ | 69.1 | 61.74 | 63.53 | - |
| YUV | 209.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 201 | 0 | 0.25 | 0.20 | 0.01 | 349.35 | 0.91 | 0.87 |
| Hex | FC | BE | C9 | 0 | 19 | 14 | 1 | 15D | 5B | 57 |
| Octal | 374 | 276 | 311 | 0 | 31 | 24 | 1 | 535 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11001001 | 0 | 11001 | 10100 | 1 | 101011101 | 1011011 | 1010111 |
Color Harmonies of #FCBEC9
Complementary color
Monochromatic Colors of #FCBEC9
Black with #FCBEC9
Text Example
Text Example
White with #FCBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEC9; }
p { color: rgb(252,190,201); }
H1.HeaderClassName
{
color: #FCBEC9;
}
.AnyTagClassName
{
color: #FCBEC9;
}
</style>
background-color css
<style>
a { background-color: #FCBEC9; }
a { background-color: rgb(252,190,201); }
div.DivClassName
{
background-color: #FCBEC9;
}
.BgClassName
{
background-color: #FCBEC9;
}
</style>
border-color css
<style>
span { border-color: #FCBEC9; }
span { border-color: rgb(252,190,201); }
td.TdClassName
{
border-color: #FCBEC9;
}
.TagClassName
{
border-color: #FCBEC9;
}
</style>