Shades of Pink #FCBECE
Tints of Pink #FCBECE
RGB
CMYK
RGB Variations
Color information
#FCBECE (or 0xFCBECE) is known color: Pink. HEX triplet: FC, BE and CE. RGB value is (252,190,206). Sum of RGB (Red+Green+Blue) = 252+190+206=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECE is #034131. Grayscale: #D2D2D2. Windows color (decimal): -213298 or 13549308. OLE color: 13549308.
HSL color Cylindrical-coordinate representation of color #FCBECE: hue angle of 344.52º 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 #FCBECE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 190 | 206 | - |
CMYK | 0 | 0.25 | 0.18 | 0.01 |
HSL | 344.52º | 0.91% | 0.87% | - |
HSV(B) | 344.52º | 0.25% | 0.99% | - |
XYZ | 69.7 | 61.98 | 66.68 | - |
YUV | 210.36 | 125.54 | 157.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 190 | 206 | 0 | 0.25 | 0.18 | 0.01 | 344.52 | 0.91 | 0.87 |
Hex | FC | BE | CE | 0 | 19 | 12 | 1 | 159 | 5B | 57 |
Octal | 374 | 276 | 316 | 0 | 31 | 22 | 1 | 531 | 133 | 127 |
Binary | 11111100 | 10111110 | 11001110 | 0 | 11001 | 10010 | 1 | 101011001 | 1011011 | 1010111 |
Color Harmonies of #FCBECE
Complementary color
Monochromatic Colors of #FCBECE
Black with #FCBECE
Text Example
Text Example
White with #FCBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBECE; }
p { color: rgb(252,190,206); }
H1.HeaderClassName
{
color: #FCBECE;
}
.AnyTagClassName
{
color: #FCBECE;
}
</style>
background-color css
<style>
a { background-color: #FCBECE; }
a { background-color: rgb(252,190,206); }
div.DivClassName
{
background-color: #FCBECE;
}
.BgClassName
{
background-color: #FCBECE;
}
</style>
border-color css
<style>
span { border-color: #FCBECE; }
span { border-color: rgb(252,190,206); }
td.TdClassName
{
border-color: #FCBECE;
}
.TagClassName
{
border-color: #FCBECE;
}
</style>