Shades of Pig Pink #FAD4E9
Tints of Pig Pink #FAD4E9
RGB
CMYK
RGB Variations
Color information
#FAD4E9 (or 0xFAD4E9) is known color: Pig Pink. HEX triplet: FA, D4 and E9. RGB value is (250,212,233). Sum of RGB (Red+Green+Blue) = 250+212+233=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 212 (83.20% from 255 or 30.50% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4E9 is #052B16. Grayscale: #E1E1E1. Windows color (decimal): -338711 or 15324410. OLE color: 15324410.
HSL color Cylindrical-coordinate representation of color #FAD4E9: hue angle of 326.84º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD4E9 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 233 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.02 |
| HSL | 326.84º | 0.79% | 0.91% | - |
| HSV(B) | 326.84º | 0.15% | 0.98% | - |
| XYZ | 77.68 | 73.29 | 87.14 | - |
| YUV | 225.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 233 | 0 | 0.15 | 0.07 | 0.02 | 326.84 | 0.79 | 0.91 |
| Hex | FA | D4 | E9 | 0 | F | 7 | 2 | 147 | 4F | 5B |
| Octal | 372 | 324 | 351 | 0 | 17 | 7 | 2 | 507 | 117 | 133 |
| Binary | 11111010 | 11010100 | 11101001 | 0 | 1111 | 111 | 10 | 101000111 | 1001111 | 1011011 |
Color Harmonies of #FAD4E9
Complementary color
Monochromatic Colors of #FAD4E9
Black with #FAD4E9
Text Example
Text Example
White with #FAD4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4E9; }
p { color: rgb(250,212,233); }
H1.HeaderClassName
{
color: #FAD4E9;
}
.AnyTagClassName
{
color: #FAD4E9;
}
</style>
background-color css
<style>
a { background-color: #FAD4E9; }
a { background-color: rgb(250,212,233); }
div.DivClassName
{
background-color: #FAD4E9;
}
.BgClassName
{
background-color: #FAD4E9;
}
</style>
border-color css
<style>
span { border-color: #FAD4E9; }
span { border-color: rgb(250,212,233); }
td.TdClassName
{
border-color: #FAD4E9;
}
.TagClassName
{
border-color: #FAD4E9;
}
</style>