Shades of Pig Pink #FAD9F0
Tints of Pig Pink #FAD9F0
RGB
CMYK
RGB Variations
Color information
#FAD9F0 (or 0xFAD9F0) is known color: Pig Pink. HEX triplet: FA, D9 and F0. RGB value is (250,217,240). Sum of RGB (Red+Green+Blue) = 250+217+240=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9F0 is #05260F. Grayscale: #E5E5E5. Windows color (decimal): -337424 or 15784442. OLE color: 15784442.
HSL color Cylindrical-coordinate representation of color #FAD9F0: hue angle of 318.18º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAD9F0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 217 | 240 | - |
CMYK | 0 | 0.13 | 0.04 | 0.02 |
HSL | 318.18º | 0.77% | 0.92% | - |
HSV(B) | 318.18º | 0.13% | 0.98% | - |
XYZ | 79.97 | 76.24 | 92.94 | - |
YUV | 229.49 | 133.93 | 142.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 217 | 240 | 0 | 0.13 | 0.04 | 0.02 | 318.18 | 0.77 | 0.92 |
Hex | FA | D9 | F0 | 0 | D | 4 | 2 | 13E | 4D | 5C |
Octal | 372 | 331 | 360 | 0 | 15 | 4 | 2 | 476 | 115 | 134 |
Binary | 11111010 | 11011001 | 11110000 | 0 | 1101 | 100 | 10 | 100111110 | 1001101 | 1011100 |
Color Harmonies of #FAD9F0
Complementary color
Monochromatic Colors of #FAD9F0
Black with #FAD9F0
Text Example
Text Example
White with #FAD9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9F0; }
p { color: rgb(250,217,240); }
H1.HeaderClassName
{
color: #FAD9F0;
}
.AnyTagClassName
{
color: #FAD9F0;
}
</style>
background-color css
<style>
a { background-color: #FAD9F0; }
a { background-color: rgb(250,217,240); }
div.DivClassName
{
background-color: #FAD9F0;
}
.BgClassName
{
background-color: #FAD9F0;
}
</style>
border-color css
<style>
span { border-color: #FAD9F0; }
span { border-color: rgb(250,217,240); }
td.TdClassName
{
border-color: #FAD9F0;
}
.TagClassName
{
border-color: #FAD9F0;
}
</style>