Shades of Pig Pink #F9DAED
Tints of Pig Pink #F9DAED
RGB
CMYK
RGB Variations
Color information
#F9DAED (or 0xF9DAED) is known color: Pig Pink. HEX triplet: F9, DA and ED. RGB value is (249,218,237). Sum of RGB (Red+Green+Blue) = 249+218+237=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAED is #062512. Grayscale: #E5E5E5. Windows color (decimal): -402707 or 15588089. OLE color: 15588089.
HSL color Cylindrical-coordinate representation of color #F9DAED: hue angle of 323.23º degrees, saturation: 0.72, 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 #F9DAED is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 218 | 237 | - |
CMYK | 0 | 0.12 | 0.05 | 0.02 |
HSL | 323.23º | 0.72% | 0.92% | - |
HSV(B) | 323.23º | 0.12% | 0.98% | - |
XYZ | 79.42 | 76.4 | 90.68 | - |
YUV | 229.44 | 132.27 | 141.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 218 | 237 | 0 | 0.12 | 0.05 | 0.02 | 323.23 | 0.72 | 0.92 |
Hex | F9 | DA | ED | 0 | C | 5 | 2 | 143 | 48 | 5C |
Octal | 371 | 332 | 355 | 0 | 14 | 5 | 2 | 503 | 110 | 134 |
Binary | 11111001 | 11011010 | 11101101 | 0 | 1100 | 101 | 10 | 101000011 | 1001000 | 1011100 |
Color Harmonies of #F9DAED
Complementary color
Monochromatic Colors of #F9DAED
Black with #F9DAED
Text Example
Text Example
White with #F9DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAED; }
p { color: rgb(249,218,237); }
H1.HeaderClassName
{
color: #F9DAED;
}
.AnyTagClassName
{
color: #F9DAED;
}
</style>
background-color css
<style>
a { background-color: #F9DAED; }
a { background-color: rgb(249,218,237); }
div.DivClassName
{
background-color: #F9DAED;
}
.BgClassName
{
background-color: #F9DAED;
}
</style>
border-color css
<style>
span { border-color: #F9DAED; }
span { border-color: rgb(249,218,237); }
td.TdClassName
{
border-color: #F9DAED;
}
.TagClassName
{
border-color: #F9DAED;
}
</style>