Shades of Pig Pink #FADDEA
Tints of Pig Pink #FADDEA
RGB
CMYK
RGB Variations
Color information
#FADDEA (or 0xFADDEA) is known color: Pig Pink. HEX triplet: FA, DD and EA. RGB value is (250,221,234). Sum of RGB (Red+Green+Blue) = 250+221+234=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEA is #052215. Grayscale: #E7E7E7. Windows color (decimal): -336406 or 15392250. OLE color: 15392250.
HSL color Cylindrical-coordinate representation of color #FADDEA: hue angle of 333.1º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDEA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 234 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 333.1º | 0.74% | 0.92% | - |
| HSV(B) | 333.1º | 0.12% | 0.98% | - |
| XYZ | 80.13 | 77.98 | 88.67 | - |
| YUV | 231.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 234 | 0 | 0.12 | 0.06 | 0.02 | 333.1 | 0.74 | 0.92 |
| Hex | FA | DD | EA | 0 | C | 6 | 2 | 14D | 4A | 5C |
| Octal | 372 | 335 | 352 | 0 | 14 | 6 | 2 | 515 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11101010 | 0 | 1100 | 110 | 10 | 101001101 | 1001010 | 1011100 |
Color Harmonies of #FADDEA
Complementary color
Monochromatic Colors of #FADDEA
Black with #FADDEA
Text Example
Text Example
White with #FADDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDEA; }
p { color: rgb(250,221,234); }
H1.HeaderClassName
{
color: #FADDEA;
}
.AnyTagClassName
{
color: #FADDEA;
}
</style>
background-color css
<style>
a { background-color: #FADDEA; }
a { background-color: rgb(250,221,234); }
div.DivClassName
{
background-color: #FADDEA;
}
.BgClassName
{
background-color: #FADDEA;
}
</style>
border-color css
<style>
span { border-color: #FADDEA; }
span { border-color: rgb(250,221,234); }
td.TdClassName
{
border-color: #FADDEA;
}
.TagClassName
{
border-color: #FADDEA;
}
</style>