Shades of Your Pink #FBC3C1
Tints of Your Pink #FBC3C1
RGB
CMYK
RGB Variations
Color information
#FBC3C1 (or 0xFBC3C1) is known color: Your Pink. HEX triplet: FB, C3 and C1. RGB value is (251,195,193). Sum of RGB (Red+Green+Blue) = 251+195+193=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3C1 is #043C3E. Grayscale: #D3D3D3. Windows color (decimal): -277567 or 12698619. OLE color: 12698619.
HSL color Cylindrical-coordinate representation of color #FBC3C1: hue angle of 2.07º 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 #FBC3C1 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 193 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.02 |
| HSL | 2.07º | 0.88% | 0.87% | - |
| HSV(B) | 2.07º | 0.23% | 0.98% | - |
| XYZ | 68.92 | 63.39 | 59.05 | - |
| YUV | 211.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 193 | 0 | 0.22 | 0.23 | 0.02 | 2.07 | 0.88 | 0.87 |
| Hex | FB | C3 | C1 | 0 | 16 | 17 | 2 | 2 | 58 | 57 |
| Octal | 373 | 303 | 301 | 0 | 26 | 27 | 2 | 2 | 130 | 127 |
| Binary | 11111011 | 11000011 | 11000001 | 0 | 10110 | 10111 | 10 | 10 | 1011000 | 1010111 |
Color Harmonies of #FBC3C1
Complementary color
Monochromatic Colors of #FBC3C1
Black with #FBC3C1
Text Example
Text Example
White with #FBC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3C1; }
p { color: rgb(251,195,193); }
H1.HeaderClassName
{
color: #FBC3C1;
}
.AnyTagClassName
{
color: #FBC3C1;
}
</style>
background-color css
<style>
a { background-color: #FBC3C1; }
a { background-color: rgb(251,195,193); }
div.DivClassName
{
background-color: #FBC3C1;
}
.BgClassName
{
background-color: #FBC3C1;
}
</style>
border-color css
<style>
span { border-color: #FBC3C1; }
span { border-color: rgb(251,195,193); }
td.TdClassName
{
border-color: #FBC3C1;
}
.TagClassName
{
border-color: #FBC3C1;
}
</style>