Shades of Pig Pink #FADFEE
Tints of Pig Pink #FADFEE
RGB
CMYK
RGB Variations
Color information
#FADFEE (or 0xFADFEE) is known color: Pig Pink. HEX triplet: FA, DF and EE. RGB value is (250,223,238). Sum of RGB (Red+Green+Blue) = 250+223+238=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFEE is #052011. Grayscale: #E8E8E8. Windows color (decimal): -335890 or 15654906. OLE color: 15654906.
HSL color Cylindrical-coordinate representation of color #FADFEE: hue angle of 326.67º degrees, saturation: 0.73, 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 #FADFEE is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 238 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.02 |
| HSL | 326.67º | 0.73% | 0.93% | - |
| HSV(B) | 326.67º | 0.11% | 0.98% | - |
| XYZ | 81.24 | 79.27 | 91.91 | - |
| YUV | 232.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 238 | 0 | 0.11 | 0.05 | 0.02 | 326.67 | 0.73 | 0.93 |
| Hex | FA | DF | EE | 0 | B | 5 | 2 | 147 | 49 | 5D |
| Octal | 372 | 337 | 356 | 0 | 13 | 5 | 2 | 507 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11101110 | 0 | 1011 | 101 | 10 | 101000111 | 1001001 | 1011101 |
Color Harmonies of #FADFEE
Complementary color
Monochromatic Colors of #FADFEE
Black with #FADFEE
Text Example
Text Example
White with #FADFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFEE; }
p { color: rgb(250,223,238); }
H1.HeaderClassName
{
color: #FADFEE;
}
.AnyTagClassName
{
color: #FADFEE;
}
</style>
background-color css
<style>
a { background-color: #FADFEE; }
a { background-color: rgb(250,223,238); }
div.DivClassName
{
background-color: #FADFEE;
}
.BgClassName
{
background-color: #FADFEE;
}
</style>
border-color css
<style>
span { border-color: #FADFEE; }
span { border-color: rgb(250,223,238); }
td.TdClassName
{
border-color: #FADFEE;
}
.TagClassName
{
border-color: #FADFEE;
}
</style>