Shades of Pink #FCBECB
Tints of Pink #FCBECB
RGB
CMYK
RGB Variations
Color information
#FCBECB (or 0xFCBECB) is known color: Pink. HEX triplet: FC, BE and CB. RGB value is (252,190,203). Sum of RGB (Red+Green+Blue) = 252+190+203=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECB is #034134. Grayscale: #D2D2D2. Windows color (decimal): -213301 or 13352700. OLE color: 13352700.
HSL color Cylindrical-coordinate representation of color #FCBECB: hue angle of 347.42º 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 #FCBECB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 203 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.01 |
| HSL | 347.42º | 0.91% | 0.87% | - |
| HSV(B) | 347.42º | 0.25% | 0.99% | - |
| XYZ | 69.34 | 61.83 | 64.78 | - |
| YUV | 210.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 203 | 0 | 0.25 | 0.19 | 0.01 | 347.42 | 0.91 | 0.87 |
| Hex | FC | BE | CB | 0 | 19 | 13 | 1 | 15B | 5B | 57 |
| Octal | 374 | 276 | 313 | 0 | 31 | 23 | 1 | 533 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11001011 | 0 | 11001 | 10011 | 1 | 101011011 | 1011011 | 1010111 |
Color Harmonies of #FCBECB
Complementary color
Monochromatic Colors of #FCBECB
Black with #FCBECB
Text Example
Text Example
White with #FCBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBECB; }
p { color: rgb(252,190,203); }
H1.HeaderClassName
{
color: #FCBECB;
}
.AnyTagClassName
{
color: #FCBECB;
}
</style>
background-color css
<style>
a { background-color: #FCBECB; }
a { background-color: rgb(252,190,203); }
div.DivClassName
{
background-color: #FCBECB;
}
.BgClassName
{
background-color: #FCBECB;
}
</style>
border-color css
<style>
span { border-color: #FCBECB; }
span { border-color: rgb(252,190,203); }
td.TdClassName
{
border-color: #FCBECB;
}
.TagClassName
{
border-color: #FCBECB;
}
</style>