Shades of Pig Pink #FADDF2
Tints of Pig Pink #FADDF2
RGB
CMYK
RGB Variations
Color information
#FADDF2 (or 0xFADDF2) is known color: Pig Pink. HEX triplet: FA, DD and F2. RGB value is (250,221,242). Sum of RGB (Red+Green+Blue) = 250+221+242=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF2 is #05220D. Grayscale: #E8E8E8. Windows color (decimal): -336398 or 15916538. OLE color: 15916538.
HSL color Cylindrical-coordinate representation of color #FADDF2: hue angle of 316.55º 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 #FADDF2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 242 | - |
CMYK | 0 | 0.12 | 0.03 | 0.02 |
HSL | 316.55º | 0.74% | 0.92% | - |
HSV(B) | 316.55º | 0.12% | 0.98% | - |
XYZ | 81.31 | 78.45 | 94.86 | - |
YUV | 232.07 | 133.61 | 140.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 242 | 0 | 0.12 | 0.03 | 0.02 | 316.55 | 0.74 | 0.92 |
Hex | FA | DD | F2 | 0 | C | 3 | 2 | 13D | 4A | 5C |
Octal | 372 | 335 | 362 | 0 | 14 | 3 | 2 | 475 | 112 | 134 |
Binary | 11111010 | 11011101 | 11110010 | 0 | 1100 | 11 | 10 | 100111101 | 1001010 | 1011100 |
Color Harmonies of #FADDF2
Complementary color
Monochromatic Colors of #FADDF2
Black with #FADDF2
Text Example
Text Example
White with #FADDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDF2; }
p { color: rgb(250,221,242); }
H1.HeaderClassName
{
color: #FADDF2;
}
.AnyTagClassName
{
color: #FADDF2;
}
</style>
background-color css
<style>
a { background-color: #FADDF2; }
a { background-color: rgb(250,221,242); }
div.DivClassName
{
background-color: #FADDF2;
}
.BgClassName
{
background-color: #FADDF2;
}
</style>
border-color css
<style>
span { border-color: #FADDF2; }
span { border-color: rgb(250,221,242); }
td.TdClassName
{
border-color: #FADDF2;
}
.TagClassName
{
border-color: #FADDF2;
}
</style>