Shades of Pig Pink #FAD5E6
Tints of Pig Pink #FAD5E6
RGB
CMYK
RGB Variations
Color information
#FAD5E6 (or 0xFAD5E6) is known color: Pig Pink. HEX triplet: FA, D5 and E6. RGB value is (250,213,230). Sum of RGB (Red+Green+Blue) = 250+213+230=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5E6 is #052A19. Grayscale: #E1E1E1. Windows color (decimal): -338458 or 15128058. OLE color: 15128058.
HSL color Cylindrical-coordinate representation of color #FAD5E6: hue angle of 332.43º 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 #FAD5E6 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 213 | 230 | - |
CMYK | 0 | 0.15 | 0.08 | 0.02 |
HSL | 332.43º | 0.79% | 0.91% | - |
HSV(B) | 332.43º | 0.15% | 0.98% | - |
XYZ | 77.5 | 73.63 | 84.99 | - |
YUV | 226 | 130.26 | 145.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 213 | 230 | 0 | 0.15 | 0.08 | 0.02 | 332.43 | 0.79 | 0.91 |
Hex | FA | D5 | E6 | 0 | F | 8 | 2 | 14C | 4F | 5B |
Octal | 372 | 325 | 346 | 0 | 17 | 10 | 2 | 514 | 117 | 133 |
Binary | 11111010 | 11010101 | 11100110 | 0 | 1111 | 1000 | 10 | 101001100 | 1001111 | 1011011 |
Color Harmonies of #FAD5E6
Complementary color
Monochromatic Colors of #FAD5E6
Black with #FAD5E6
Text Example
Text Example
White with #FAD5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD5E6; }
p { color: rgb(250,213,230); }
H1.HeaderClassName
{
color: #FAD5E6;
}
.AnyTagClassName
{
color: #FAD5E6;
}
</style>
background-color css
<style>
a { background-color: #FAD5E6; }
a { background-color: rgb(250,213,230); }
div.DivClassName
{
background-color: #FAD5E6;
}
.BgClassName
{
background-color: #FAD5E6;
}
</style>
border-color css
<style>
span { border-color: #FAD5E6; }
span { border-color: rgb(250,213,230); }
td.TdClassName
{
border-color: #FAD5E6;
}
.TagClassName
{
border-color: #FAD5E6;
}
</style>