Shades of Your Pink #FCBEBC
Tints of Your Pink #FCBEBC
RGB
CMYK
RGB Variations
Color information
#FCBEBC (or 0xFCBEBC) is known color: Your Pink. HEX triplet: FC, BE and BC. RGB value is (252,190,188). Sum of RGB (Red+Green+Blue) = 252+190+188=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEBC is #034143. Grayscale: #D0D0D0. Windows color (decimal): -213316 or 12369660. OLE color: 12369660.
HSL color Cylindrical-coordinate representation of color #FCBEBC: hue angle of 1.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEBC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 188 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.01 |
| HSL | 1.88º | 0.91% | 0.86% | - |
| HSV(B) | 1.88º | 0.25% | 0.99% | - |
| XYZ | 67.64 | 61.15 | 55.82 | - |
| YUV | 208.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 188 | 0 | 0.25 | 0.25 | 0.01 | 1.88 | 0.91 | 0.86 |
| Hex | FC | BE | BC | 0 | 19 | 19 | 1 | 2 | 5B | 56 |
| Octal | 374 | 276 | 274 | 0 | 31 | 31 | 1 | 2 | 133 | 126 |
| Binary | 11111100 | 10111110 | 10111100 | 0 | 11001 | 11001 | 1 | 10 | 1011011 | 1010110 |
Color Harmonies of #FCBEBC
Complementary color
Monochromatic Colors of #FCBEBC
Black with #FCBEBC
Text Example
Text Example
White with #FCBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEBC; }
p { color: rgb(252,190,188); }
H1.HeaderClassName
{
color: #FCBEBC;
}
.AnyTagClassName
{
color: #FCBEBC;
}
</style>
background-color css
<style>
a { background-color: #FCBEBC; }
a { background-color: rgb(252,190,188); }
div.DivClassName
{
background-color: #FCBEBC;
}
.BgClassName
{
background-color: #FCBEBC;
}
</style>
border-color css
<style>
span { border-color: #FCBEBC; }
span { border-color: rgb(252,190,188); }
td.TdClassName
{
border-color: #FCBEBC;
}
.TagClassName
{
border-color: #FCBEBC;
}
</style>