Shades of Pig Pink #FADEEA
Tints of Pig Pink #FADEEA
RGB
CMYK
RGB Variations
Color information
#FADEEA (or 0xFADEEA) is known color: Pig Pink. HEX triplet: FA, DE and EA. RGB value is (250,222,234). Sum of RGB (Red+Green+Blue) = 250+222+234=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEEA is #052115. Grayscale: #E7E7E7. Windows color (decimal): -336150 or 15392506. OLE color: 15392506.
HSL color Cylindrical-coordinate representation of color #FADEEA: hue angle of 334.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEEA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 234 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.02 |
| HSL | 334.29º | 0.74% | 0.93% | - |
| HSV(B) | 334.29º | 0.11% | 0.98% | - |
| XYZ | 80.4 | 78.51 | 88.76 | - |
| YUV | 231.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 234 | 0 | 0.11 | 0.06 | 0.02 | 334.29 | 0.74 | 0.93 |
| Hex | FA | DE | EA | 0 | B | 6 | 2 | 14E | 4A | 5D |
| Octal | 372 | 336 | 352 | 0 | 13 | 6 | 2 | 516 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11101010 | 0 | 1011 | 110 | 10 | 101001110 | 1001010 | 1011101 |
Color Harmonies of #FADEEA
Complementary color
Monochromatic Colors of #FADEEA
Black with #FADEEA
Text Example
Text Example
White with #FADEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEEA; }
p { color: rgb(250,222,234); }
H1.HeaderClassName
{
color: #FADEEA;
}
.AnyTagClassName
{
color: #FADEEA;
}
</style>
background-color css
<style>
a { background-color: #FADEEA; }
a { background-color: rgb(250,222,234); }
div.DivClassName
{
background-color: #FADEEA;
}
.BgClassName
{
background-color: #FADEEA;
}
</style>
border-color css
<style>
span { border-color: #FADEEA; }
span { border-color: rgb(250,222,234); }
td.TdClassName
{
border-color: #FADEEA;
}
.TagClassName
{
border-color: #FADEEA;
}
</style>