Shades of Pig Pink #FFDAE8
Tints of Pig Pink #FFDAE8
RGB
CMYK
RGB Variations
Color information
#FFDAE8 (or 0xFFDAE8) is known color: Pig Pink. HEX triplet: FF, DA and E8. RGB value is (255,218,232). Sum of RGB (Red+Green+Blue) = 255+218+232=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAE8 is #002517. Grayscale: #E6E6E6. Windows color (decimal): -9496 or 15260415. OLE color: 15260415.
HSL color Cylindrical-coordinate representation of color #FFDAE8: hue angle of 337.3º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAE8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 232 | - |
| CMYK | 0 | 0.15 | 0.09 | 0 |
| HSL | 337.3º | 1% | 0.93% | - |
| HSV(B) | 337.3º | 0.15% | 1% | - |
| XYZ | 80.88 | 77.23 | 86.99 | - |
| YUV | 230.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 232 | 0 | 0.15 | 0.09 | 0 | 337.3 | 1 | 0.93 |
| Hex | FF | DA | E8 | 0 | F | 9 | 0 | 151 | 64 | 5D |
| Octal | 377 | 332 | 350 | 0 | 17 | 11 | 0 | 521 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11101000 | 0 | 1111 | 1001 | 0 | 101010001 | 1100100 | 1011101 |
Color Harmonies of #FFDAE8
Complementary color
Monochromatic Colors of #FFDAE8
Black with #FFDAE8
Text Example
Text Example
White with #FFDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAE8; }
p { color: rgb(255,218,232); }
H1.HeaderClassName
{
color: #FFDAE8;
}
.AnyTagClassName
{
color: #FFDAE8;
}
</style>
background-color css
<style>
a { background-color: #FFDAE8; }
a { background-color: rgb(255,218,232); }
div.DivClassName
{
background-color: #FFDAE8;
}
.BgClassName
{
background-color: #FFDAE8;
}
</style>
border-color css
<style>
span { border-color: #FFDAE8; }
span { border-color: rgb(255,218,232); }
td.TdClassName
{
border-color: #FFDAE8;
}
.TagClassName
{
border-color: #FFDAE8;
}
</style>