Shades of Pig Pink #F2DAE5
Tints of Pig Pink #F2DAE5
RGB
CMYK
RGB Variations
Color information
#F2DAE5 (or 0xF2DAE5) is known color: Pig Pink. HEX triplet: F2, DA and E5. RGB value is (242,218,229). Sum of RGB (Red+Green+Blue) = 242+218+229=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAE5 is #0D251A. Grayscale: #E2E2E2. Windows color (decimal): -861467 or 15063794. OLE color: 15063794.
HSL color Cylindrical-coordinate representation of color #F2DAE5: hue angle of 332.5º degrees, saturation: 0.48, 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 #F2DAE5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 229 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.05 |
| HSL | 332.5º | 0.48% | 0.9% | - |
| HSV(B) | 332.5º | 0.1% | 0.95% | - |
| XYZ | 75.83 | 74.68 | 84.55 | - |
| YUV | 226.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 229 | 0 | 0.10 | 0.05 | 0.05 | 332.5 | 0.48 | 0.9 |
| Hex | F2 | DA | E5 | 0 | A | 5 | 5 | 14C | 30 | 5A |
| Octal | 362 | 332 | 345 | 0 | 12 | 5 | 5 | 514 | 60 | 132 |
| Binary | 11110010 | 11011010 | 11100101 | 0 | 1010 | 101 | 101 | 101001100 | 110000 | 1011010 |
Color Harmonies of #F2DAE5
Complementary color
Monochromatic Colors of #F2DAE5
Black with #F2DAE5
Text Example
Text Example
White with #F2DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAE5; }
p { color: rgb(242,218,229); }
H1.HeaderClassName
{
color: #F2DAE5;
}
.AnyTagClassName
{
color: #F2DAE5;
}
</style>
background-color css
<style>
a { background-color: #F2DAE5; }
a { background-color: rgb(242,218,229); }
div.DivClassName
{
background-color: #F2DAE5;
}
.BgClassName
{
background-color: #F2DAE5;
}
</style>
border-color css
<style>
span { border-color: #F2DAE5; }
span { border-color: rgb(242,218,229); }
td.TdClassName
{
border-color: #F2DAE5;
}
.TagClassName
{
border-color: #F2DAE5;
}
</style>