Shades of Pig Pink #FADEEB
Tints of Pig Pink #FADEEB
RGB
CMYK
RGB Variations
Color information
#FADEEB (or 0xFADEEB) is known color: Pig Pink. HEX triplet: FA, DE and EB. RGB value is (250,222,235). Sum of RGB (Red+Green+Blue) = 250+222+235=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEEB is #052114. Grayscale: #E7E7E7. Windows color (decimal): -336149 or 15458042. OLE color: 15458042.
HSL color Cylindrical-coordinate representation of color #FADEEB: hue angle of 332.14º 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 #FADEEB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 235 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.02 |
| HSL | 332.14º | 0.74% | 0.93% | - |
| HSV(B) | 332.14º | 0.11% | 0.98% | - |
| XYZ | 80.54 | 78.56 | 89.52 | - |
| YUV | 231.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 235 | 0 | 0.11 | 0.06 | 0.02 | 332.14 | 0.74 | 0.93 |
| Hex | FA | DE | EB | 0 | B | 6 | 2 | 14C | 4A | 5D |
| Octal | 372 | 336 | 353 | 0 | 13 | 6 | 2 | 514 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11101011 | 0 | 1011 | 110 | 10 | 101001100 | 1001010 | 1011101 |
Color Harmonies of #FADEEB
Complementary color
Monochromatic Colors of #FADEEB
Black with #FADEEB
Text Example
Text Example
White with #FADEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEEB; }
p { color: rgb(250,222,235); }
H1.HeaderClassName
{
color: #FADEEB;
}
.AnyTagClassName
{
color: #FADEEB;
}
</style>
background-color css
<style>
a { background-color: #FADEEB; }
a { background-color: rgb(250,222,235); }
div.DivClassName
{
background-color: #FADEEB;
}
.BgClassName
{
background-color: #FADEEB;
}
</style>
border-color css
<style>
span { border-color: #FADEEB; }
span { border-color: rgb(250,222,235); }
td.TdClassName
{
border-color: #FADEEB;
}
.TagClassName
{
border-color: #FADEEB;
}
</style>