Shades of Pink #FAC3D0
Tints of Pink #FAC3D0
RGB
CMYK
RGB Variations
Color information
#FAC3D0 (or 0xFAC3D0) is known color: Pink. HEX triplet: FA, C3 and D0. RGB value is (250,195,208). Sum of RGB (Red+Green+Blue) = 250+195+208=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3D0 is #053C2F. Grayscale: #D4D4D4. Windows color (decimal): -343088 or 13681658. OLE color: 13681658.
HSL color Cylindrical-coordinate representation of color #FAC3D0: hue angle of 345.82º 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 #FAC3D0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 208 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.02 |
| HSL | 345.82º | 0.85% | 0.87% | - |
| HSV(B) | 345.82º | 0.22% | 0.98% | - |
| XYZ | 70.32 | 63.91 | 68.3 | - |
| YUV | 212.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 208 | 0 | 0.22 | 0.17 | 0.02 | 345.82 | 0.85 | 0.87 |
| Hex | FA | C3 | D0 | 0 | 16 | 11 | 2 | 15A | 55 | 57 |
| Octal | 372 | 303 | 320 | 0 | 26 | 21 | 2 | 532 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11010000 | 0 | 10110 | 10001 | 10 | 101011010 | 1010101 | 1010111 |
Color Harmonies of #FAC3D0
Complementary color
Monochromatic Colors of #FAC3D0
Black with #FAC3D0
Text Example
Text Example
White with #FAC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3D0; }
p { color: rgb(250,195,208); }
H1.HeaderClassName
{
color: #FAC3D0;
}
.AnyTagClassName
{
color: #FAC3D0;
}
</style>
background-color css
<style>
a { background-color: #FAC3D0; }
a { background-color: rgb(250,195,208); }
div.DivClassName
{
background-color: #FAC3D0;
}
.BgClassName
{
background-color: #FAC3D0;
}
</style>
border-color css
<style>
span { border-color: #FAC3D0; }
span { border-color: rgb(250,195,208); }
td.TdClassName
{
border-color: #FAC3D0;
}
.TagClassName
{
border-color: #FAC3D0;
}
</style>