Shades of Pig Pink #FADDEB
Tints of Pig Pink #FADDEB
RGB
CMYK
RGB Variations
Color information
#FADDEB (or 0xFADDEB) is known color: Pig Pink. HEX triplet: FA, DD and EB. RGB value is (250,221,235). Sum of RGB (Red+Green+Blue) = 250+221+235=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEB is #052214. Grayscale: #E7E7E7. Windows color (decimal): -336405 or 15457786. OLE color: 15457786.
HSL color Cylindrical-coordinate representation of color #FADDEB: hue angle of 331.03º 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 #FADDEB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 235 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 331.03º | 0.74% | 0.92% | - |
| HSV(B) | 331.03º | 0.12% | 0.98% | - |
| XYZ | 80.28 | 78.04 | 89.43 | - |
| YUV | 231.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 235 | 0 | 0.12 | 0.06 | 0.02 | 331.03 | 0.74 | 0.92 |
| Hex | FA | DD | EB | 0 | C | 6 | 2 | 14B | 4A | 5C |
| Octal | 372 | 335 | 353 | 0 | 14 | 6 | 2 | 513 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11101011 | 0 | 1100 | 110 | 10 | 101001011 | 1001010 | 1011100 |
Color Harmonies of #FADDEB
Complementary color
Monochromatic Colors of #FADDEB
Black with #FADDEB
Text Example
Text Example
White with #FADDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDEB; }
p { color: rgb(250,221,235); }
H1.HeaderClassName
{
color: #FADDEB;
}
.AnyTagClassName
{
color: #FADDEB;
}
</style>
background-color css
<style>
a { background-color: #FADDEB; }
a { background-color: rgb(250,221,235); }
div.DivClassName
{
background-color: #FADDEB;
}
.BgClassName
{
background-color: #FADDEB;
}
</style>
border-color css
<style>
span { border-color: #FADDEB; }
span { border-color: rgb(250,221,235); }
td.TdClassName
{
border-color: #FADDEB;
}
.TagClassName
{
border-color: #FADDEB;
}
</style>