Shades of Pig Pink #F5DAE8
Tints of Pig Pink #F5DAE8
RGB
CMYK
RGB Variations
Color information
#F5DAE8 (or 0xF5DAE8) is known color: Pig Pink. HEX triplet: F5, DA and E8. RGB value is (245,218,232). Sum of RGB (Red+Green+Blue) = 245+218+232=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAE8 is #0A2517. Grayscale: #E3E3E3. Windows color (decimal): -664856 or 15260405. OLE color: 15260405.
HSL color Cylindrical-coordinate representation of color #F5DAE8: hue angle of 328.89º degrees, saturation: 0.57, 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 #F5DAE8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 232 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.04 |
| HSL | 328.89º | 0.57% | 0.91% | - |
| HSV(B) | 328.89º | 0.11% | 0.96% | - |
| XYZ | 77.29 | 75.38 | 86.82 | - |
| YUV | 227.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 232 | 0 | 0.11 | 0.05 | 0.04 | 328.89 | 0.57 | 0.91 |
| Hex | F5 | DA | E8 | 0 | B | 5 | 4 | 149 | 39 | 5B |
| Octal | 365 | 332 | 350 | 0 | 13 | 5 | 4 | 511 | 71 | 133 |
| Binary | 11110101 | 11011010 | 11101000 | 0 | 1011 | 101 | 100 | 101001001 | 111001 | 1011011 |
Color Harmonies of #F5DAE8
Complementary color
Monochromatic Colors of #F5DAE8
Black with #F5DAE8
Text Example
Text Example
White with #F5DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DAE8; }
p { color: rgb(245,218,232); }
H1.HeaderClassName
{
color: #F5DAE8;
}
.AnyTagClassName
{
color: #F5DAE8;
}
</style>
background-color css
<style>
a { background-color: #F5DAE8; }
a { background-color: rgb(245,218,232); }
div.DivClassName
{
background-color: #F5DAE8;
}
.BgClassName
{
background-color: #F5DAE8;
}
</style>
border-color css
<style>
span { border-color: #F5DAE8; }
span { border-color: rgb(245,218,232); }
td.TdClassName
{
border-color: #F5DAE8;
}
.TagClassName
{
border-color: #F5DAE8;
}
</style>