Shades of Pink #FCBEC7
Tints of Pink #FCBEC7
RGB
CMYK
RGB Variations
Color information
#FCBEC7 (or 0xFCBEC7) is known color: Pink. HEX triplet: FC, BE and C7. RGB value is (252,190,199). Sum of RGB (Red+Green+Blue) = 252+190+199=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC7 is #034138. Grayscale: #D1D1D1. Windows color (decimal): -213305 or 13090556. OLE color: 13090556.
HSL color Cylindrical-coordinate representation of color #FCBEC7: hue angle of 351.29º 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 #FCBEC7 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 199 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.01 |
| HSL | 351.29º | 0.91% | 0.87% | - |
| HSV(B) | 351.29º | 0.25% | 0.99% | - |
| XYZ | 68.87 | 61.65 | 62.3 | - |
| YUV | 209.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 199 | 0 | 0.25 | 0.21 | 0.01 | 351.29 | 0.91 | 0.87 |
| Hex | FC | BE | C7 | 0 | 19 | 15 | 1 | 15F | 5B | 57 |
| Octal | 374 | 276 | 307 | 0 | 31 | 25 | 1 | 537 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11000111 | 0 | 11001 | 10101 | 1 | 101011111 | 1011011 | 1010111 |
Color Harmonies of #FCBEC7
Complementary color
Monochromatic Colors of #FCBEC7
Black with #FCBEC7
Text Example
Text Example
White with #FCBEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEC7; }
p { color: rgb(252,190,199); }
H1.HeaderClassName
{
color: #FCBEC7;
}
.AnyTagClassName
{
color: #FCBEC7;
}
</style>
background-color css
<style>
a { background-color: #FCBEC7; }
a { background-color: rgb(252,190,199); }
div.DivClassName
{
background-color: #FCBEC7;
}
.BgClassName
{
background-color: #FCBEC7;
}
</style>
border-color css
<style>
span { border-color: #FCBEC7; }
span { border-color: rgb(252,190,199); }
td.TdClassName
{
border-color: #FCBEC7;
}
.TagClassName
{
border-color: #FCBEC7;
}
</style>