Shades of Pig Pink #FFDAEE
Tints of Pig Pink #FFDAEE
RGB
CMYK
RGB Variations
Color information
#FFDAEE (or 0xFFDAEE) is known color: Pig Pink. HEX triplet: FF, DA and EE. RGB value is (255,218,238). Sum of RGB (Red+Green+Blue) = 255+218+238=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAEE is #002511. Grayscale: #E7E7E7. Windows color (decimal): -9490 or 15653631. OLE color: 15653631.
HSL color Cylindrical-coordinate representation of color #FFDAEE: hue angle of 327.57º 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 #FFDAEE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 238 | - |
| CMYK | 0 | 0.15 | 0.07 | 0 |
| HSL | 327.57º | 1% | 0.93% | - |
| HSV(B) | 327.57º | 0.15% | 1% | - |
| XYZ | 81.74 | 77.58 | 91.55 | - |
| YUV | 231.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 238 | 0 | 0.15 | 0.07 | 0 | 327.57 | 1 | 0.93 |
| Hex | FF | DA | EE | 0 | F | 7 | 0 | 148 | 64 | 5D |
| Octal | 377 | 332 | 356 | 0 | 17 | 7 | 0 | 510 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11101110 | 0 | 1111 | 111 | 0 | 101001000 | 1100100 | 1011101 |
Color Harmonies of #FFDAEE
Complementary color
Monochromatic Colors of #FFDAEE
Black with #FFDAEE
Text Example
Text Example
White with #FFDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAEE; }
p { color: rgb(255,218,238); }
H1.HeaderClassName
{
color: #FFDAEE;
}
.AnyTagClassName
{
color: #FFDAEE;
}
</style>
background-color css
<style>
a { background-color: #FFDAEE; }
a { background-color: rgb(255,218,238); }
div.DivClassName
{
background-color: #FFDAEE;
}
.BgClassName
{
background-color: #FFDAEE;
}
</style>
border-color css
<style>
span { border-color: #FFDAEE; }
span { border-color: rgb(255,218,238); }
td.TdClassName
{
border-color: #FFDAEE;
}
.TagClassName
{
border-color: #FFDAEE;
}
</style>