Shades of Pig Pink #FAD0E0
Tints of Pig Pink #FAD0E0
RGB
CMYK
RGB Variations
Color information
#FAD0E0 (or 0xFAD0E0) is known color: Pig Pink. HEX triplet: FA, D0 and E0. RGB value is (250,208,224). Sum of RGB (Red+Green+Blue) = 250+208+224=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0E0 is #052F1F. Grayscale: #DEDEDE. Windows color (decimal): -339744 or 14733562. OLE color: 14733562.
HSL color Cylindrical-coordinate representation of color #FAD0E0: hue angle of 337.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0E0 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 224 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.02 |
| HSL | 337.14º | 0.81% | 0.9% | - |
| HSV(B) | 337.14º | 0.17% | 0.98% | - |
| XYZ | 75.43 | 70.82 | 80.21 | - |
| YUV | 222.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 224 | 0 | 0.17 | 0.10 | 0.02 | 337.14 | 0.81 | 0.9 |
| Hex | FA | D0 | E0 | 0 | 11 | A | 2 | 151 | 51 | 5A |
| Octal | 372 | 320 | 340 | 0 | 21 | 12 | 2 | 521 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11100000 | 0 | 10001 | 1010 | 10 | 101010001 | 1010001 | 1011010 |
Color Harmonies of #FAD0E0
Complementary color
Monochromatic Colors of #FAD0E0
Black with #FAD0E0
Text Example
Text Example
White with #FAD0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0E0; }
p { color: rgb(250,208,224); }
H1.HeaderClassName
{
color: #FAD0E0;
}
.AnyTagClassName
{
color: #FAD0E0;
}
</style>
background-color css
<style>
a { background-color: #FAD0E0; }
a { background-color: rgb(250,208,224); }
div.DivClassName
{
background-color: #FAD0E0;
}
.BgClassName
{
background-color: #FAD0E0;
}
</style>
border-color css
<style>
span { border-color: #FAD0E0; }
span { border-color: rgb(250,208,224); }
td.TdClassName
{
border-color: #FAD0E0;
}
.TagClassName
{
border-color: #FAD0E0;
}
</style>