Shades of Pink #FAC4CB
Tints of Pink #FAC4CB
RGB
CMYK
RGB Variations
Color information
#FAC4CB (or 0xFAC4CB) is known color: Pink. HEX triplet: FA, C4 and CB. RGB value is (250,196,203). Sum of RGB (Red+Green+Blue) = 250+196+203=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4CB is #053B34. Grayscale: #D4D4D4. Windows color (decimal): -342837 or 13354234. OLE color: 13354234.
HSL color Cylindrical-coordinate representation of color #FAC4CB: hue angle of 352.22º degrees, saturation: 0.84, 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 #FAC4CB is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 203 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.02 |
| HSL | 352.22º | 0.84% | 0.87% | - |
| HSV(B) | 352.22º | 0.22% | 0.98% | - |
| XYZ | 69.94 | 64.12 | 65.19 | - |
| YUV | 212.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 203 | 0 | 0.22 | 0.19 | 0.02 | 352.22 | 0.84 | 0.87 |
| Hex | FA | C4 | CB | 0 | 16 | 13 | 2 | 160 | 54 | 57 |
| Octal | 372 | 304 | 313 | 0 | 26 | 23 | 2 | 540 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11001011 | 0 | 10110 | 10011 | 10 | 101100000 | 1010100 | 1010111 |
Color Harmonies of #FAC4CB
Complementary color
Monochromatic Colors of #FAC4CB
Black with #FAC4CB
Text Example
Text Example
White with #FAC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4CB; }
p { color: rgb(250,196,203); }
H1.HeaderClassName
{
color: #FAC4CB;
}
.AnyTagClassName
{
color: #FAC4CB;
}
</style>
background-color css
<style>
a { background-color: #FAC4CB; }
a { background-color: rgb(250,196,203); }
div.DivClassName
{
background-color: #FAC4CB;
}
.BgClassName
{
background-color: #FAC4CB;
}
</style>
border-color css
<style>
span { border-color: #FAC4CB; }
span { border-color: rgb(250,196,203); }
td.TdClassName
{
border-color: #FAC4CB;
}
.TagClassName
{
border-color: #FAC4CB;
}
</style>