Shades of Pig Pink #FADFF2
Tints of Pig Pink #FADFF2
RGB
CMYK
RGB Variations
Color information
#FADFF2 (or 0xFADFF2) is known color: Pig Pink. HEX triplet: FA, DF and F2. RGB value is (250,223,242). Sum of RGB (Red+Green+Blue) = 250+223+242=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF2 is #05200D. Grayscale: #E9E9E9. Windows color (decimal): -335886 or 15917050. OLE color: 15917050.
HSL color Cylindrical-coordinate representation of color #FADFF2: hue angle of 317.78º 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 #FADFF2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 242 | - |
CMYK | 0 | 0.11 | 0.03 | 0.02 |
HSL | 317.78º | 0.73% | 0.93% | - |
HSV(B) | 317.78º | 0.11% | 0.98% | - |
XYZ | 81.84 | 79.51 | 95.04 | - |
YUV | 233.24 | 132.95 | 139.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 242 | 0 | 0.11 | 0.03 | 0.02 | 317.78 | 0.73 | 0.93 |
Hex | FA | DF | F2 | 0 | B | 3 | 2 | 13E | 49 | 5D |
Octal | 372 | 337 | 362 | 0 | 13 | 3 | 2 | 476 | 111 | 135 |
Binary | 11111010 | 11011111 | 11110010 | 0 | 1011 | 11 | 10 | 100111110 | 1001001 | 1011101 |
Color Harmonies of #FADFF2
Complementary color
Monochromatic Colors of #FADFF2
Black with #FADFF2
Text Example
Text Example
White with #FADFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFF2; }
p { color: rgb(250,223,242); }
H1.HeaderClassName
{
color: #FADFF2;
}
.AnyTagClassName
{
color: #FADFF2;
}
</style>
background-color css
<style>
a { background-color: #FADFF2; }
a { background-color: rgb(250,223,242); }
div.DivClassName
{
background-color: #FADFF2;
}
.BgClassName
{
background-color: #FADFF2;
}
</style>
border-color css
<style>
span { border-color: #FADFF2; }
span { border-color: rgb(250,223,242); }
td.TdClassName
{
border-color: #FADFF2;
}
.TagClassName
{
border-color: #FADFF2;
}
</style>