Shades of Pig Pink #FAD9ED
Tints of Pig Pink #FAD9ED
RGB
CMYK
RGB Variations
Color information
#FAD9ED (or 0xFAD9ED) is known color: Pig Pink. HEX triplet: FA, D9 and ED. RGB value is (250,217,237). Sum of RGB (Red+Green+Blue) = 250+217+237=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9ED is #052612. Grayscale: #E5E5E5. Windows color (decimal): -337427 or 15587834. OLE color: 15587834.
HSL color Cylindrical-coordinate representation of color #FAD9ED: hue angle of 323.64º 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 #FAD9ED is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 217 | 237 | - |
CMYK | 0 | 0.13 | 0.05 | 0.02 |
HSL | 323.64º | 0.77% | 0.92% | - |
HSV(B) | 323.64º | 0.13% | 0.98% | - |
XYZ | 79.52 | 76.06 | 90.61 | - |
YUV | 229.15 | 132.43 | 142.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 217 | 237 | 0 | 0.13 | 0.05 | 0.02 | 323.64 | 0.77 | 0.92 |
Hex | FA | D9 | ED | 0 | D | 5 | 2 | 144 | 4D | 5C |
Octal | 372 | 331 | 355 | 0 | 15 | 5 | 2 | 504 | 115 | 134 |
Binary | 11111010 | 11011001 | 11101101 | 0 | 1101 | 101 | 10 | 101000100 | 1001101 | 1011100 |
Color Harmonies of #FAD9ED
Complementary color
Monochromatic Colors of #FAD9ED
Black with #FAD9ED
Text Example
Text Example
White with #FAD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9ED; }
p { color: rgb(250,217,237); }
H1.HeaderClassName
{
color: #FAD9ED;
}
.AnyTagClassName
{
color: #FAD9ED;
}
</style>
background-color css
<style>
a { background-color: #FAD9ED; }
a { background-color: rgb(250,217,237); }
div.DivClassName
{
background-color: #FAD9ED;
}
.BgClassName
{
background-color: #FAD9ED;
}
</style>
border-color css
<style>
span { border-color: #FAD9ED; }
span { border-color: rgb(250,217,237); }
td.TdClassName
{
border-color: #FAD9ED;
}
.TagClassName
{
border-color: #FAD9ED;
}
</style>