Shades of Pig Pink #FAD7E8
Tints of Pig Pink #FAD7E8
RGB
CMYK
RGB Variations
Color information
#FAD7E8 (or 0xFAD7E8) is known color: Pig Pink. HEX triplet: FA, D7 and E8. RGB value is (250,215,232). Sum of RGB (Red+Green+Blue) = 250+215+232=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 215 (84.38% from 255 or 30.85% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD7E8 is #052817. Grayscale: #E3E3E3. Windows color (decimal): -337944 or 15259642. OLE color: 15259642.
HSL color Cylindrical-coordinate representation of color #FAD7E8: hue angle of 330.86º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD7E8 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 232 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.02 |
| HSL | 330.86º | 0.78% | 0.91% | - |
| HSV(B) | 330.86º | 0.14% | 0.98% | - |
| XYZ | 78.29 | 74.75 | 86.65 | - |
| YUV | 227.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 232 | 0 | 0.14 | 0.07 | 0.02 | 330.86 | 0.78 | 0.91 |
| Hex | FA | D7 | E8 | 0 | E | 7 | 2 | 14B | 4E | 5B |
| Octal | 372 | 327 | 350 | 0 | 16 | 7 | 2 | 513 | 116 | 133 |
| Binary | 11111010 | 11010111 | 11101000 | 0 | 1110 | 111 | 10 | 101001011 | 1001110 | 1011011 |
Color Harmonies of #FAD7E8
Complementary color
Monochromatic Colors of #FAD7E8
Black with #FAD7E8
Text Example
Text Example
White with #FAD7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7E8; }
p { color: rgb(250,215,232); }
H1.HeaderClassName
{
color: #FAD7E8;
}
.AnyTagClassName
{
color: #FAD7E8;
}
</style>
background-color css
<style>
a { background-color: #FAD7E8; }
a { background-color: rgb(250,215,232); }
div.DivClassName
{
background-color: #FAD7E8;
}
.BgClassName
{
background-color: #FAD7E8;
}
</style>
border-color css
<style>
span { border-color: #FAD7E8; }
span { border-color: rgb(250,215,232); }
td.TdClassName
{
border-color: #FAD7E8;
}
.TagClassName
{
border-color: #FAD7E8;
}
</style>