Shades of Pink #FCBECA
Tints of Pink #FCBECA
RGB
CMYK
RGB Variations
Color information
#FCBECA (or 0xFCBECA) is known color: Pink. HEX triplet: FC, BE and CA. RGB value is (252,190,202). Sum of RGB (Red+Green+Blue) = 252+190+202=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECA is #034135. Grayscale: #D1D1D1. Windows color (decimal): -213302 or 13287164. OLE color: 13287164.
HSL color Cylindrical-coordinate representation of color #FCBECA: hue angle of 348.39º 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 #FCBECA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 202 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.01 |
| HSL | 348.39º | 0.91% | 0.87% | - |
| HSV(B) | 348.39º | 0.25% | 0.99% | - |
| XYZ | 69.22 | 61.79 | 64.15 | - |
| YUV | 209.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 202 | 0 | 0.25 | 0.20 | 0.01 | 348.39 | 0.91 | 0.87 |
| Hex | FC | BE | CA | 0 | 19 | 14 | 1 | 15C | 5B | 57 |
| Octal | 374 | 276 | 312 | 0 | 31 | 24 | 1 | 534 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11001010 | 0 | 11001 | 10100 | 1 | 101011100 | 1011011 | 1010111 |
Color Harmonies of #FCBECA
Complementary color
Monochromatic Colors of #FCBECA
Black with #FCBECA
Text Example
Text Example
White with #FCBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBECA; }
p { color: rgb(252,190,202); }
H1.HeaderClassName
{
color: #FCBECA;
}
.AnyTagClassName
{
color: #FCBECA;
}
</style>
background-color css
<style>
a { background-color: #FCBECA; }
a { background-color: rgb(252,190,202); }
div.DivClassName
{
background-color: #FCBECA;
}
.BgClassName
{
background-color: #FCBECA;
}
</style>
border-color css
<style>
span { border-color: #FCBECA; }
span { border-color: rgb(252,190,202); }
td.TdClassName
{
border-color: #FCBECA;
}
.TagClassName
{
border-color: #FCBECA;
}
</style>