Shades of Pig Pink #FAD8E8
Tints of Pig Pink #FAD8E8
RGB
CMYK
RGB Variations
Color information
#FAD8E8 (or 0xFAD8E8) is known color: Pig Pink. HEX triplet: FA, D8 and E8. RGB value is (250,216,232). Sum of RGB (Red+Green+Blue) = 250+216+232=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD8E8 is #052717. Grayscale: #E3E3E3. Windows color (decimal): -337688 or 15259898. OLE color: 15259898.
HSL color Cylindrical-coordinate representation of color #FAD8E8: hue angle of 331.76º degrees, saturation: 0.77, 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 #FAD8E8 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 232 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.02 |
| HSL | 331.76º | 0.77% | 0.91% | - |
| HSV(B) | 331.76º | 0.14% | 0.98% | - |
| XYZ | 78.55 | 75.26 | 86.73 | - |
| YUV | 227.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 232 | 0 | 0.14 | 0.07 | 0.02 | 331.76 | 0.77 | 0.91 |
| Hex | FA | D8 | E8 | 0 | E | 7 | 2 | 14C | 4D | 5B |
| Octal | 372 | 330 | 350 | 0 | 16 | 7 | 2 | 514 | 115 | 133 |
| Binary | 11111010 | 11011000 | 11101000 | 0 | 1110 | 111 | 10 | 101001100 | 1001101 | 1011011 |
Color Harmonies of #FAD8E8
Complementary color
Monochromatic Colors of #FAD8E8
Black with #FAD8E8
Text Example
Text Example
White with #FAD8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8E8; }
p { color: rgb(250,216,232); }
H1.HeaderClassName
{
color: #FAD8E8;
}
.AnyTagClassName
{
color: #FAD8E8;
}
</style>
background-color css
<style>
a { background-color: #FAD8E8; }
a { background-color: rgb(250,216,232); }
div.DivClassName
{
background-color: #FAD8E8;
}
.BgClassName
{
background-color: #FAD8E8;
}
</style>
border-color css
<style>
span { border-color: #FAD8E8; }
span { border-color: rgb(250,216,232); }
td.TdClassName
{
border-color: #FAD8E8;
}
.TagClassName
{
border-color: #FAD8E8;
}
</style>