Shades of Pink #FAC3CB
Tints of Pink #FAC3CB
RGB
CMYK
RGB Variations
Color information
#FAC3CB (or 0xFAC3CB) is known color: Pink. HEX triplet: FA, C3 and CB. RGB value is (250,195,203). Sum of RGB (Red+Green+Blue) = 250+195+203=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3CB is #053C34. Grayscale: #D4D4D4. Windows color (decimal): -343093 or 13353978. OLE color: 13353978.
HSL color Cylindrical-coordinate representation of color #FAC3CB: hue angle of 351.27º degrees, saturation: 0.85, 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 #FAC3CB is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 203 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.02 |
| HSL | 351.27º | 0.85% | 0.87% | - |
| HSV(B) | 351.27º | 0.22% | 0.98% | - |
| XYZ | 69.72 | 63.67 | 65.11 | - |
| YUV | 212.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 203 | 0 | 0.22 | 0.19 | 0.02 | 351.27 | 0.85 | 0.87 |
| Hex | FA | C3 | CB | 0 | 16 | 13 | 2 | 15F | 55 | 57 |
| Octal | 372 | 303 | 313 | 0 | 26 | 23 | 2 | 537 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11001011 | 0 | 10110 | 10011 | 10 | 101011111 | 1010101 | 1010111 |
Color Harmonies of #FAC3CB
Complementary color
Monochromatic Colors of #FAC3CB
Black with #FAC3CB
Text Example
Text Example
White with #FAC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3CB; }
p { color: rgb(250,195,203); }
H1.HeaderClassName
{
color: #FAC3CB;
}
.AnyTagClassName
{
color: #FAC3CB;
}
</style>
background-color css
<style>
a { background-color: #FAC3CB; }
a { background-color: rgb(250,195,203); }
div.DivClassName
{
background-color: #FAC3CB;
}
.BgClassName
{
background-color: #FAC3CB;
}
</style>
border-color css
<style>
span { border-color: #FAC3CB; }
span { border-color: rgb(250,195,203); }
td.TdClassName
{
border-color: #FAC3CB;
}
.TagClassName
{
border-color: #FAC3CB;
}
</style>