Shades of Pink #FBCACF
Tints of Pink #FBCACF
RGB
CMYK
RGB Variations
Color information
#FBCACF (or 0xFBCACF) is known color: Pink. HEX triplet: FB, CA and CF. RGB value is (251,202,207). Sum of RGB (Red+Green+Blue) = 251+202+207=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACF is #043530. Grayscale: #D9D9D9. Windows color (decimal): -275761 or 13617915. OLE color: 13617915.
HSL color Cylindrical-coordinate representation of color #FBCACF: hue angle of 353.88º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCACF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 207 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.02 |
| HSL | 353.88º | 0.86% | 0.89% | - |
| HSV(B) | 353.88º | 0.2% | 0.98% | - |
| XYZ | 72.17 | 67.26 | 68.21 | - |
| YUV | 217.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 207 | 0 | 0.20 | 0.18 | 0.02 | 353.88 | 0.86 | 0.89 |
| Hex | FB | CA | CF | 0 | 14 | 12 | 2 | 162 | 56 | 59 |
| Octal | 373 | 312 | 317 | 0 | 24 | 22 | 2 | 542 | 126 | 131 |
| Binary | 11111011 | 11001010 | 11001111 | 0 | 10100 | 10010 | 10 | 101100010 | 1010110 | 1011001 |
Color Harmonies of #FBCACF
Complementary color
Monochromatic Colors of #FBCACF
Black with #FBCACF
Text Example
Text Example
White with #FBCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCACF; }
p { color: rgb(251,202,207); }
H1.HeaderClassName
{
color: #FBCACF;
}
.AnyTagClassName
{
color: #FBCACF;
}
</style>
background-color css
<style>
a { background-color: #FBCACF; }
a { background-color: rgb(251,202,207); }
div.DivClassName
{
background-color: #FBCACF;
}
.BgClassName
{
background-color: #FBCACF;
}
</style>
border-color css
<style>
span { border-color: #FBCACF; }
span { border-color: rgb(251,202,207); }
td.TdClassName
{
border-color: #FBCACF;
}
.TagClassName
{
border-color: #FBCACF;
}
</style>