Shades of Pink #FBC1CA
Tints of Pink #FBC1CA
RGB
CMYK
RGB Variations
Color information
#FBC1CA (or 0xFBC1CA) is known color: Pink. HEX triplet: FB, C1 and CA. RGB value is (251,193,202). Sum of RGB (Red+Green+Blue) = 251+193+202=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1CA is #043E35. Grayscale: #D3D3D3. Windows color (decimal): -278070 or 13287931. OLE color: 13287931.
HSL color Cylindrical-coordinate representation of color #FBC1CA: hue angle of 350.69º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.02 |
| HSL | 350.69º | 0.88% | 0.87% | - |
| HSV(B) | 350.69º | 0.23% | 0.98% | - |
| XYZ | 69.51 | 62.91 | 64.36 | - |
| YUV | 211.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 202 | 0 | 0.23 | 0.20 | 0.02 | 350.69 | 0.88 | 0.87 |
| Hex | FB | C1 | CA | 0 | 17 | 14 | 2 | 15F | 58 | 57 |
| Octal | 373 | 301 | 312 | 0 | 27 | 24 | 2 | 537 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11001010 | 0 | 10111 | 10100 | 10 | 101011111 | 1011000 | 1010111 |
Color Harmonies of #FBC1CA
Complementary color
Monochromatic Colors of #FBC1CA
Black with #FBC1CA
Text Example
Text Example
White with #FBC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1CA; }
p { color: rgb(251,193,202); }
H1.HeaderClassName
{
color: #FBC1CA;
}
.AnyTagClassName
{
color: #FBC1CA;
}
</style>
background-color css
<style>
a { background-color: #FBC1CA; }
a { background-color: rgb(251,193,202); }
div.DivClassName
{
background-color: #FBC1CA;
}
.BgClassName
{
background-color: #FBC1CA;
}
</style>
border-color css
<style>
span { border-color: #FBC1CA; }
span { border-color: rgb(251,193,202); }
td.TdClassName
{
border-color: #FBC1CA;
}
.TagClassName
{
border-color: #FBC1CA;
}
</style>