Shades of Pig Pink #F4DAE5
Tints of Pig Pink #F4DAE5
RGB
CMYK
RGB Variations
Color information
#F4DAE5 (or 0xF4DAE5) is known color: Pig Pink. HEX triplet: F4, DA and E5. RGB value is (244,218,229). Sum of RGB (Red+Green+Blue) = 244+218+229=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DAE5 is #0B251A. Grayscale: #E3E3E3. Windows color (decimal): -730395 or 15063796. OLE color: 15063796.
HSL color Cylindrical-coordinate representation of color #F4DAE5: hue angle of 334.62º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DAE5 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 229 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.04 |
| HSL | 334.62º | 0.54% | 0.91% | - |
| HSV(B) | 334.62º | 0.11% | 0.96% | - |
| XYZ | 76.52 | 75.03 | 84.58 | - |
| YUV | 227.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 229 | 0 | 0.11 | 0.06 | 0.04 | 334.62 | 0.54 | 0.91 |
| Hex | F4 | DA | E5 | 0 | B | 6 | 4 | 14F | 36 | 5B |
| Octal | 364 | 332 | 345 | 0 | 13 | 6 | 4 | 517 | 66 | 133 |
| Binary | 11110100 | 11011010 | 11100101 | 0 | 1011 | 110 | 100 | 101001111 | 110110 | 1011011 |
Color Harmonies of #F4DAE5
Complementary color
Monochromatic Colors of #F4DAE5
Black with #F4DAE5
Text Example
Text Example
White with #F4DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DAE5; }
p { color: rgb(244,218,229); }
H1.HeaderClassName
{
color: #F4DAE5;
}
.AnyTagClassName
{
color: #F4DAE5;
}
</style>
background-color css
<style>
a { background-color: #F4DAE5; }
a { background-color: rgb(244,218,229); }
div.DivClassName
{
background-color: #F4DAE5;
}
.BgClassName
{
background-color: #F4DAE5;
}
</style>
border-color css
<style>
span { border-color: #F4DAE5; }
span { border-color: rgb(244,218,229); }
td.TdClassName
{
border-color: #F4DAE5;
}
.TagClassName
{
border-color: #F4DAE5;
}
</style>