Shades of Pig Pink #FADDF0
Tints of Pig Pink #FADDF0
RGB
CMYK
RGB Variations
Color information
#FADDF0 (or 0xFADDF0) is known color: Pig Pink. HEX triplet: FA, DD and F0. RGB value is (250,221,240). Sum of RGB (Red+Green+Blue) = 250+221+240=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF0 is #05220F. Grayscale: #E7E7E7. Windows color (decimal): -336400 or 15785466. OLE color: 15785466.
HSL color Cylindrical-coordinate representation of color #FADDF0: hue angle of 320.69º 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 #FADDF0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 240 | - |
CMYK | 0 | 0.12 | 0.04 | 0.02 |
HSL | 320.69º | 0.74% | 0.92% | - |
HSV(B) | 320.69º | 0.12% | 0.98% | - |
XYZ | 81.01 | 78.33 | 93.29 | - |
YUV | 231.84 | 132.61 | 140.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 240 | 0 | 0.12 | 0.04 | 0.02 | 320.69 | 0.74 | 0.92 |
Hex | FA | DD | F0 | 0 | C | 4 | 2 | 141 | 4A | 5C |
Octal | 372 | 335 | 360 | 0 | 14 | 4 | 2 | 501 | 112 | 134 |
Binary | 11111010 | 11011101 | 11110000 | 0 | 1100 | 100 | 10 | 101000001 | 1001010 | 1011100 |
Color Harmonies of #FADDF0
Complementary color
Monochromatic Colors of #FADDF0
Black with #FADDF0
Text Example
Text Example
White with #FADDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDF0; }
p { color: rgb(250,221,240); }
H1.HeaderClassName
{
color: #FADDF0;
}
.AnyTagClassName
{
color: #FADDF0;
}
</style>
background-color css
<style>
a { background-color: #FADDF0; }
a { background-color: rgb(250,221,240); }
div.DivClassName
{
background-color: #FADDF0;
}
.BgClassName
{
background-color: #FADDF0;
}
</style>
border-color css
<style>
span { border-color: #FADDF0; }
span { border-color: rgb(250,221,240); }
td.TdClassName
{
border-color: #FADDF0;
}
.TagClassName
{
border-color: #FADDF0;
}
</style>