Shades of Your Pink #FCBFBD
Tints of Your Pink #FCBFBD
RGB
CMYK
RGB Variations
Color information
#FCBFBD (or 0xFCBFBD) is known color: Your Pink. HEX triplet: FC, BF and BD. RGB value is (252,191,189). Sum of RGB (Red+Green+Blue) = 252+191+189=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFBD is #034042. Grayscale: #D1D1D1. Windows color (decimal): -213059 or 12435452. OLE color: 12435452.
HSL color Cylindrical-coordinate representation of color #FCBFBD: hue angle of 1.9º 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 #FCBFBD is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 189 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.01 |
| HSL | 1.9º | 0.91% | 0.86% | - |
| HSV(B) | 1.9º | 0.25% | 0.99% | - |
| XYZ | 67.96 | 61.63 | 56.46 | - |
| YUV | 209.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 189 | 0 | 0.24 | 0.25 | 0.01 | 1.9 | 0.91 | 0.86 |
| Hex | FC | BF | BD | 0 | 18 | 19 | 1 | 2 | 5B | 56 |
| Octal | 374 | 277 | 275 | 0 | 30 | 31 | 1 | 2 | 133 | 126 |
| Binary | 11111100 | 10111111 | 10111101 | 0 | 11000 | 11001 | 1 | 10 | 1011011 | 1010110 |
Color Harmonies of #FCBFBD
Complementary color
Monochromatic Colors of #FCBFBD
Black with #FCBFBD
Text Example
Text Example
White with #FCBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFBD; }
p { color: rgb(252,191,189); }
H1.HeaderClassName
{
color: #FCBFBD;
}
.AnyTagClassName
{
color: #FCBFBD;
}
</style>
background-color css
<style>
a { background-color: #FCBFBD; }
a { background-color: rgb(252,191,189); }
div.DivClassName
{
background-color: #FCBFBD;
}
.BgClassName
{
background-color: #FCBFBD;
}
</style>
border-color css
<style>
span { border-color: #FCBFBD; }
span { border-color: rgb(252,191,189); }
td.TdClassName
{
border-color: #FCBFBD;
}
.TagClassName
{
border-color: #FCBFBD;
}
</style>