Shades of Pig Pink #FAD6E8
Tints of Pig Pink #FAD6E8
RGB
CMYK
RGB Variations
Color information
#FAD6E8 (or 0xFAD6E8) is known color: Pig Pink. HEX triplet: FA, D6 and E8. RGB value is (250,214,232). Sum of RGB (Red+Green+Blue) = 250+214+232=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 232 (91.02% from 255 or 33.33% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD6E8 is #052917. Grayscale: #E2E2E2. Windows color (decimal): -338200 or 15259386. OLE color: 15259386.
HSL color Cylindrical-coordinate representation of color #FAD6E8: hue angle of 330º 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 #FAD6E8 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 232 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.02 |
| HSL | 330º | 0.78% | 0.91% | - |
| HSV(B) | 330º | 0.14% | 0.98% | - |
| XYZ | 78.04 | 74.24 | 86.56 | - |
| YUV | 226.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 232 | 0 | 0.14 | 0.07 | 0.02 | 330 | 0.78 | 0.91 |
| Hex | FA | D6 | E8 | 0 | E | 7 | 2 | 14A | 4E | 5B |
| Octal | 372 | 326 | 350 | 0 | 16 | 7 | 2 | 512 | 116 | 133 |
| Binary | 11111010 | 11010110 | 11101000 | 0 | 1110 | 111 | 10 | 101001010 | 1001110 | 1011011 |
Color Harmonies of #FAD6E8
Complementary color
Monochromatic Colors of #FAD6E8
Black with #FAD6E8
Text Example
Text Example
White with #FAD6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD6E8; }
p { color: rgb(250,214,232); }
H1.HeaderClassName
{
color: #FAD6E8;
}
.AnyTagClassName
{
color: #FAD6E8;
}
</style>
background-color css
<style>
a { background-color: #FAD6E8; }
a { background-color: rgb(250,214,232); }
div.DivClassName
{
background-color: #FAD6E8;
}
.BgClassName
{
background-color: #FAD6E8;
}
</style>
border-color css
<style>
span { border-color: #FAD6E8; }
span { border-color: rgb(250,214,232); }
td.TdClassName
{
border-color: #FAD6E8;
}
.TagClassName
{
border-color: #FAD6E8;
}
</style>