Shades of Pig Pink #FFDAE9
Tints of Pig Pink #FFDAE9
RGB
CMYK
RGB Variations
Color information
#FFDAE9 (or 0xFFDAE9) is known color: Pig Pink. HEX triplet: FF, DA and E9. RGB value is (255,218,233). Sum of RGB (Red+Green+Blue) = 255+218+233=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAE9 is #002516. Grayscale: #E6E6E6. Windows color (decimal): -9495 or 15325951. OLE color: 15325951.
HSL color Cylindrical-coordinate representation of color #FFDAE9: hue angle of 335.68º 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 #FFDAE9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 233 | - |
| CMYK | 0 | 0.15 | 0.09 | 0 |
| HSL | 335.68º | 1% | 0.93% | - |
| HSV(B) | 335.68º | 0.15% | 1% | - |
| XYZ | 81.02 | 77.29 | 87.74 | - |
| YUV | 230.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 233 | 0 | 0.15 | 0.09 | 0 | 335.68 | 1 | 0.93 |
| Hex | FF | DA | E9 | 0 | F | 9 | 0 | 150 | 64 | 5D |
| Octal | 377 | 332 | 351 | 0 | 17 | 11 | 0 | 520 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11101001 | 0 | 1111 | 1001 | 0 | 101010000 | 1100100 | 1011101 |
Color Harmonies of #FFDAE9
Complementary color
Monochromatic Colors of #FFDAE9
Black with #FFDAE9
Text Example
Text Example
White with #FFDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAE9; }
p { color: rgb(255,218,233); }
H1.HeaderClassName
{
color: #FFDAE9;
}
.AnyTagClassName
{
color: #FFDAE9;
}
</style>
background-color css
<style>
a { background-color: #FFDAE9; }
a { background-color: rgb(255,218,233); }
div.DivClassName
{
background-color: #FFDAE9;
}
.BgClassName
{
background-color: #FFDAE9;
}
</style>
border-color css
<style>
span { border-color: #FFDAE9; }
span { border-color: rgb(255,218,233); }
td.TdClassName
{
border-color: #FFDAE9;
}
.TagClassName
{
border-color: #FFDAE9;
}
</style>