Shades of Your Pink #FBC3C3
Tints of Your Pink #FBC3C3
RGB
CMYK
RGB Variations
Color information
#FBC3C3 (or 0xFBC3C3) is known color: Your Pink. HEX triplet: FB, C3 and C3. RGB value is (251,195,195). Sum of RGB (Red+Green+Blue) = 251+195+195=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3C3 is #043C3C. Grayscale: #D3D3D3. Windows color (decimal): -277565 or 12829691. OLE color: 12829691.
HSL color Cylindrical-coordinate representation of color #FBC3C3: hue angle of 0º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC3C3 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 195 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.02 |
| HSL | 0º | 0.88% | 0.87% | - |
| HSV(B) | 0º | 0.22% | 0.98% | - |
| XYZ | 69.15 | 63.48 | 60.24 | - |
| YUV | 211.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 195 | 0 | 0.22 | 0.22 | 0.02 | 0 | 0.88 | 0.87 |
| Hex | FB | C3 | C3 | 0 | 16 | 16 | 2 | 0 | 58 | 57 |
| Octal | 373 | 303 | 303 | 0 | 26 | 26 | 2 | 0 | 130 | 127 |
| Binary | 11111011 | 11000011 | 11000011 | 0 | 10110 | 10110 | 10 | 0 | 1011000 | 1010111 |
Color Harmonies of #FBC3C3
Complementary color
Monochromatic Colors of #FBC3C3
Black with #FBC3C3
Text Example
Text Example
White with #FBC3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3C3; }
p { color: rgb(251,195,195); }
H1.HeaderClassName
{
color: #FBC3C3;
}
.AnyTagClassName
{
color: #FBC3C3;
}
</style>
background-color css
<style>
a { background-color: #FBC3C3; }
a { background-color: rgb(251,195,195); }
div.DivClassName
{
background-color: #FBC3C3;
}
.BgClassName
{
background-color: #FBC3C3;
}
</style>
border-color css
<style>
span { border-color: #FBC3C3; }
span { border-color: rgb(251,195,195); }
td.TdClassName
{
border-color: #FBC3C3;
}
.TagClassName
{
border-color: #FBC3C3;
}
</style>