Shades of Pig Pink #FAD7E5
Tints of Pig Pink #FAD7E5
RGB
CMYK
RGB Variations
Color information
#FAD7E5 (or 0xFAD7E5) is known color: Pig Pink. HEX triplet: FA, D7 and E5. RGB value is (250,215,229). Sum of RGB (Red+Green+Blue) = 250+215+229=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 229 (89.84% from 255 or 33.00% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7E5 is #05281A. Grayscale: #E3E3E3. Windows color (decimal): -337947 or 15063034. OLE color: 15063034.
HSL color Cylindrical-coordinate representation of color #FAD7E5: hue angle of 336º 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 #FAD7E5 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 229 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.02 |
| HSL | 336º | 0.78% | 0.91% | - |
| HSV(B) | 336º | 0.14% | 0.98% | - |
| XYZ | 77.87 | 74.58 | 84.42 | - |
| YUV | 227.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 229 | 0 | 0.14 | 0.08 | 0.02 | 336 | 0.78 | 0.91 |
| Hex | FA | D7 | E5 | 0 | E | 8 | 2 | 150 | 4E | 5B |
| Octal | 372 | 327 | 345 | 0 | 16 | 10 | 2 | 520 | 116 | 133 |
| Binary | 11111010 | 11010111 | 11100101 | 0 | 1110 | 1000 | 10 | 101010000 | 1001110 | 1011011 |
Color Harmonies of #FAD7E5
Complementary color
Monochromatic Colors of #FAD7E5
Black with #FAD7E5
Text Example
Text Example
White with #FAD7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7E5; }
p { color: rgb(250,215,229); }
H1.HeaderClassName
{
color: #FAD7E5;
}
.AnyTagClassName
{
color: #FAD7E5;
}
</style>
background-color css
<style>
a { background-color: #FAD7E5; }
a { background-color: rgb(250,215,229); }
div.DivClassName
{
background-color: #FAD7E5;
}
.BgClassName
{
background-color: #FAD7E5;
}
</style>
border-color css
<style>
span { border-color: #FAD7E5; }
span { border-color: rgb(250,215,229); }
td.TdClassName
{
border-color: #FAD7E5;
}
.TagClassName
{
border-color: #FAD7E5;
}
</style>