Shades of Pig Pink #F2D9E5
Tints of Pig Pink #F2D9E5
RGB
CMYK
RGB Variations
Color information
#F2D9E5 (or 0xF2D9E5) is known color: Pig Pink. HEX triplet: F2, D9 and E5. RGB value is (242,217,229). Sum of RGB (Red+Green+Blue) = 242+217+229=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9E5 is #0D261A. Grayscale: #E1E1E1. Windows color (decimal): -861723 or 15063538. OLE color: 15063538.
HSL color Cylindrical-coordinate representation of color #F2D9E5: hue angle of 331.2º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2D9E5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 217 | 229 | - |
CMYK | 0 | 0.10 | 0.05 | 0.05 |
HSL | 331.2º | 0.49% | 0.9% | - |
HSV(B) | 331.2º | 0.1% | 0.95% | - |
XYZ | 75.57 | 74.16 | 84.46 | - |
YUV | 225.84 | 129.78 | 139.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 217 | 229 | 0 | 0.10 | 0.05 | 0.05 | 331.2 | 0.49 | 0.9 |
Hex | F2 | D9 | E5 | 0 | A | 5 | 5 | 14B | 31 | 5A |
Octal | 362 | 331 | 345 | 0 | 12 | 5 | 5 | 513 | 61 | 132 |
Binary | 11110010 | 11011001 | 11100101 | 0 | 1010 | 101 | 101 | 101001011 | 110001 | 1011010 |
Color Harmonies of #F2D9E5
Complementary color
Monochromatic Colors of #F2D9E5
Black with #F2D9E5
Text Example
Text Example
White with #F2D9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9E5; }
p { color: rgb(242,217,229); }
H1.HeaderClassName
{
color: #F2D9E5;
}
.AnyTagClassName
{
color: #F2D9E5;
}
</style>
background-color css
<style>
a { background-color: #F2D9E5; }
a { background-color: rgb(242,217,229); }
div.DivClassName
{
background-color: #F2D9E5;
}
.BgClassName
{
background-color: #F2D9E5;
}
</style>
border-color css
<style>
span { border-color: #F2D9E5; }
span { border-color: rgb(242,217,229); }
td.TdClassName
{
border-color: #F2D9E5;
}
.TagClassName
{
border-color: #F2D9E5;
}
</style>