Shades of Pig Pink #FAD5F0
Tints of Pig Pink #FAD5F0
RGB
CMYK
RGB Variations
Color information
#FAD5F0 (or 0xFAD5F0) is known color: Pig Pink. HEX triplet: FA, D5 and F0. RGB value is (250,213,240). Sum of RGB (Red+Green+Blue) = 250+213+240=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5F0 is #052A0F. Grayscale: #E3E3E3. Windows color (decimal): -338448 or 15783418. OLE color: 15783418.
HSL color Cylindrical-coordinate representation of color #FAD5F0: hue angle of 316.22º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD5F0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 213 | 240 | - |
CMYK | 0 | 0.15 | 0.04 | 0.02 |
HSL | 316.22º | 0.79% | 0.91% | - |
HSV(B) | 316.22º | 0.15% | 0.98% | - |
XYZ | 78.95 | 74.2 | 92.6 | - |
YUV | 227.14 | 135.26 | 144.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 213 | 240 | 0 | 0.15 | 0.04 | 0.02 | 316.22 | 0.79 | 0.91 |
Hex | FA | D5 | F0 | 0 | F | 4 | 2 | 13C | 4F | 5B |
Octal | 372 | 325 | 360 | 0 | 17 | 4 | 2 | 474 | 117 | 133 |
Binary | 11111010 | 11010101 | 11110000 | 0 | 1111 | 100 | 10 | 100111100 | 1001111 | 1011011 |
Color Harmonies of #FAD5F0
Complementary color
Monochromatic Colors of #FAD5F0
Black with #FAD5F0
Text Example
Text Example
White with #FAD5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD5F0; }
p { color: rgb(250,213,240); }
H1.HeaderClassName
{
color: #FAD5F0;
}
.AnyTagClassName
{
color: #FAD5F0;
}
</style>
background-color css
<style>
a { background-color: #FAD5F0; }
a { background-color: rgb(250,213,240); }
div.DivClassName
{
background-color: #FAD5F0;
}
.BgClassName
{
background-color: #FAD5F0;
}
</style>
border-color css
<style>
span { border-color: #FAD5F0; }
span { border-color: rgb(250,213,240); }
td.TdClassName
{
border-color: #FAD5F0;
}
.TagClassName
{
border-color: #FAD5F0;
}
</style>