Shades of Pig Pink #FAD7E4
Tints of Pig Pink #FAD7E4
RGB
CMYK
RGB Variations
Color information
#FAD7E4 (or 0xFAD7E4) is known color: Pig Pink. HEX triplet: FA, D7 and E4. RGB value is (250,215,228). Sum of RGB (Red+Green+Blue) = 250+215+228=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7E4 is #05281B. Grayscale: #E2E2E2. Windows color (decimal): -337948 or 14997498. OLE color: 14997498.
HSL color Cylindrical-coordinate representation of color #FAD7E4: hue angle of 337.71º 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 #FAD7E4 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 215 | 228 | - |
CMYK | 0 | 0.14 | 0.09 | 0.02 |
HSL | 337.71º | 0.78% | 0.91% | - |
HSV(B) | 337.71º | 0.14% | 0.98% | - |
XYZ | 77.73 | 74.53 | 83.69 | - |
YUV | 226.95 | 128.6 | 144.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 215 | 228 | 0 | 0.14 | 0.09 | 0.02 | 337.71 | 0.78 | 0.91 |
Hex | FA | D7 | E4 | 0 | E | 9 | 2 | 152 | 4E | 5B |
Octal | 372 | 327 | 344 | 0 | 16 | 11 | 2 | 522 | 116 | 133 |
Binary | 11111010 | 11010111 | 11100100 | 0 | 1110 | 1001 | 10 | 101010010 | 1001110 | 1011011 |
Color Harmonies of #FAD7E4
Complementary color
Monochromatic Colors of #FAD7E4
Black with #FAD7E4
Text Example
Text Example
White with #FAD7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7E4; }
p { color: rgb(250,215,228); }
H1.HeaderClassName
{
color: #FAD7E4;
}
.AnyTagClassName
{
color: #FAD7E4;
}
</style>
background-color css
<style>
a { background-color: #FAD7E4; }
a { background-color: rgb(250,215,228); }
div.DivClassName
{
background-color: #FAD7E4;
}
.BgClassName
{
background-color: #FAD7E4;
}
</style>
border-color css
<style>
span { border-color: #FAD7E4; }
span { border-color: rgb(250,215,228); }
td.TdClassName
{
border-color: #FAD7E4;
}
.TagClassName
{
border-color: #FAD7E4;
}
</style>