Shades of Pig Pink #FADFF1
Tints of Pig Pink #FADFF1
RGB
CMYK
RGB Variations
Color information
#FADFF1 (or 0xFADFF1) is known color: Pig Pink. HEX triplet: FA, DF and F1. RGB value is (250,223,241). Sum of RGB (Red+Green+Blue) = 250+223+241=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF1 is #05200E. Grayscale: #E9E9E9. Windows color (decimal): -335887 or 15851514. OLE color: 15851514.
HSL color Cylindrical-coordinate representation of color #FADFF1: hue angle of 320º 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 #FADFF1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 241 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.02 |
| HSL | 320º | 0.73% | 0.93% | - |
| HSV(B) | 320º | 0.11% | 0.98% | - |
| XYZ | 81.69 | 79.45 | 94.25 | - |
| YUV | 233.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 241 | 0 | 0.11 | 0.04 | 0.02 | 320 | 0.73 | 0.93 |
| Hex | FA | DF | F1 | 0 | B | 4 | 2 | 140 | 49 | 5D |
| Octal | 372 | 337 | 361 | 0 | 13 | 4 | 2 | 500 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11110001 | 0 | 1011 | 100 | 10 | 101000000 | 1001001 | 1011101 |
Color Harmonies of #FADFF1
Complementary color
Monochromatic Colors of #FADFF1
Black with #FADFF1
Text Example
Text Example
White with #FADFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFF1; }
p { color: rgb(250,223,241); }
H1.HeaderClassName
{
color: #FADFF1;
}
.AnyTagClassName
{
color: #FADFF1;
}
</style>
background-color css
<style>
a { background-color: #FADFF1; }
a { background-color: rgb(250,223,241); }
div.DivClassName
{
background-color: #FADFF1;
}
.BgClassName
{
background-color: #FADFF1;
}
</style>
border-color css
<style>
span { border-color: #FADFF1; }
span { border-color: rgb(250,223,241); }
td.TdClassName
{
border-color: #FADFF1;
}
.TagClassName
{
border-color: #FADFF1;
}
</style>