Shades of Your Pink #FCBEBD
Tints of Your Pink #FCBEBD
RGB
CMYK
RGB Variations
Color information
#FCBEBD (or 0xFCBEBD) is known color: Your Pink. HEX triplet: FC, BE and BD. RGB value is (252,190,189). Sum of RGB (Red+Green+Blue) = 252+190+189=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEBD is #034142. Grayscale: #D0D0D0. Windows color (decimal): -213315 or 12435196. OLE color: 12435196.
HSL color Cylindrical-coordinate representation of color #FCBEBD: hue angle of 0.95º 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 #FCBEBD is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 189 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.01 |
| HSL | 0.95º | 0.91% | 0.86% | - |
| HSV(B) | 0.95º | 0.25% | 0.99% | - |
| XYZ | 67.74 | 61.2 | 56.39 | - |
| YUV | 208.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 189 | 0 | 0.25 | 0.25 | 0.01 | 0.95 | 0.91 | 0.86 |
| Hex | FC | BE | BD | 0 | 19 | 19 | 1 | 1 | 5B | 56 |
| Octal | 374 | 276 | 275 | 0 | 31 | 31 | 1 | 1 | 133 | 126 |
| Binary | 11111100 | 10111110 | 10111101 | 0 | 11001 | 11001 | 1 | 1 | 1011011 | 1010110 |
Color Harmonies of #FCBEBD
Complementary color
Monochromatic Colors of #FCBEBD
Black with #FCBEBD
Text Example
Text Example
White with #FCBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEBD; }
p { color: rgb(252,190,189); }
H1.HeaderClassName
{
color: #FCBEBD;
}
.AnyTagClassName
{
color: #FCBEBD;
}
</style>
background-color css
<style>
a { background-color: #FCBEBD; }
a { background-color: rgb(252,190,189); }
div.DivClassName
{
background-color: #FCBEBD;
}
.BgClassName
{
background-color: #FCBEBD;
}
</style>
border-color css
<style>
span { border-color: #FCBEBD; }
span { border-color: rgb(252,190,189); }
td.TdClassName
{
border-color: #FCBEBD;
}
.TagClassName
{
border-color: #FCBEBD;
}
</style>