Shades of Pig Pink #FADDEF
Tints of Pig Pink #FADDEF
RGB
CMYK
RGB Variations
Color information
#FADDEF (or 0xFADDEF) is known color: Pig Pink. HEX triplet: FA, DD and EF. RGB value is (250,221,239). Sum of RGB (Red+Green+Blue) = 250+221+239=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEF is #052210. Grayscale: #E7E7E7. Windows color (decimal): -336401 or 15719930. OLE color: 15719930.
HSL color Cylindrical-coordinate representation of color #FADDEF: hue angle of 322.76º 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 #FADDEF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 239 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.02 |
| HSL | 322.76º | 0.74% | 0.92% | - |
| HSV(B) | 322.76º | 0.12% | 0.98% | - |
| XYZ | 80.86 | 78.27 | 92.51 | - |
| YUV | 231.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 239 | 0 | 0.12 | 0.04 | 0.02 | 322.76 | 0.74 | 0.92 |
| Hex | FA | DD | EF | 0 | C | 4 | 2 | 143 | 4A | 5C |
| Octal | 372 | 335 | 357 | 0 | 14 | 4 | 2 | 503 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11101111 | 0 | 1100 | 100 | 10 | 101000011 | 1001010 | 1011100 |
Color Harmonies of #FADDEF
Complementary color
Monochromatic Colors of #FADDEF
Black with #FADDEF
Text Example
Text Example
White with #FADDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDEF; }
p { color: rgb(250,221,239); }
H1.HeaderClassName
{
color: #FADDEF;
}
.AnyTagClassName
{
color: #FADDEF;
}
</style>
background-color css
<style>
a { background-color: #FADDEF; }
a { background-color: rgb(250,221,239); }
div.DivClassName
{
background-color: #FADDEF;
}
.BgClassName
{
background-color: #FADDEF;
}
</style>
border-color css
<style>
span { border-color: #FADDEF; }
span { border-color: rgb(250,221,239); }
td.TdClassName
{
border-color: #FADDEF;
}
.TagClassName
{
border-color: #FADDEF;
}
</style>