Shades of Pig Pink #FADAED
Tints of Pig Pink #FADAED
RGB
CMYK
RGB Variations
Color information
#FADAED (or 0xFADAED) is known color: Pig Pink. HEX triplet: FA, DA and ED. RGB value is (250,218,237). Sum of RGB (Red+Green+Blue) = 250+218+237=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAED is #052512. Grayscale: #E5E5E5. Windows color (decimal): -337171 or 15588090. OLE color: 15588090.
HSL color Cylindrical-coordinate representation of color #FADAED: hue angle of 324.38º degrees, saturation: 0.76, 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 #FADAED is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 218 | 237 | - |
CMYK | 0 | 0.13 | 0.05 | 0.02 |
HSL | 324.38º | 0.76% | 0.92% | - |
HSV(B) | 324.38º | 0.13% | 0.98% | - |
XYZ | 79.78 | 76.58 | 90.7 | - |
YUV | 229.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 218 | 237 | 0 | 0.13 | 0.05 | 0.02 | 324.38 | 0.76 | 0.92 |
Hex | FA | DA | ED | 0 | D | 5 | 2 | 144 | 4C | 5C |
Octal | 372 | 332 | 355 | 0 | 15 | 5 | 2 | 504 | 114 | 134 |
Binary | 11111010 | 11011010 | 11101101 | 0 | 1101 | 101 | 10 | 101000100 | 1001100 | 1011100 |
Color Harmonies of #FADAED
Complementary color
Monochromatic Colors of #FADAED
Black with #FADAED
Text Example
Text Example
White with #FADAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAED; }
p { color: rgb(250,218,237); }
H1.HeaderClassName
{
color: #FADAED;
}
.AnyTagClassName
{
color: #FADAED;
}
</style>
background-color css
<style>
a { background-color: #FADAED; }
a { background-color: rgb(250,218,237); }
div.DivClassName
{
background-color: #FADAED;
}
.BgClassName
{
background-color: #FADAED;
}
</style>
border-color css
<style>
span { border-color: #FADAED; }
span { border-color: rgb(250,218,237); }
td.TdClassName
{
border-color: #FADAED;
}
.TagClassName
{
border-color: #FADAED;
}
</style>