Shades of Pig Pink #FADDEE
Tints of Pig Pink #FADDEE
RGB
CMYK
RGB Variations
Color information
#FADDEE (or 0xFADDEE) is known color: Pig Pink. HEX triplet: FA, DD and EE. RGB value is (250,221,238). Sum of RGB (Red+Green+Blue) = 250+221+238=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEE is #052211. Grayscale: #E7E7E7. Windows color (decimal): -336402 or 15654394. OLE color: 15654394.
HSL color Cylindrical-coordinate representation of color #FADDEE: hue angle of 324.83º 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 #FADDEE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 238 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 324.83º | 0.74% | 0.92% | - |
| HSV(B) | 324.83º | 0.12% | 0.98% | - |
| XYZ | 80.71 | 78.21 | 91.73 | - |
| YUV | 231.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 238 | 0 | 0.12 | 0.05 | 0.02 | 324.83 | 0.74 | 0.92 |
| Hex | FA | DD | EE | 0 | C | 5 | 2 | 145 | 4A | 5C |
| Octal | 372 | 335 | 356 | 0 | 14 | 5 | 2 | 505 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11101110 | 0 | 1100 | 101 | 10 | 101000101 | 1001010 | 1011100 |
Color Harmonies of #FADDEE
Complementary color
Monochromatic Colors of #FADDEE
Black with #FADDEE
Text Example
Text Example
White with #FADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDEE; }
p { color: rgb(250,221,238); }
H1.HeaderClassName
{
color: #FADDEE;
}
.AnyTagClassName
{
color: #FADDEE;
}
</style>
background-color css
<style>
a { background-color: #FADDEE; }
a { background-color: rgb(250,221,238); }
div.DivClassName
{
background-color: #FADDEE;
}
.BgClassName
{
background-color: #FADDEE;
}
</style>
border-color css
<style>
span { border-color: #FADDEE; }
span { border-color: rgb(250,221,238); }
td.TdClassName
{
border-color: #FADDEE;
}
.TagClassName
{
border-color: #FADDEE;
}
</style>