Shades of Pig Pink #FFDAEF
Tints of Pig Pink #FFDAEF
RGB
CMYK
RGB Variations
Color information
#FFDAEF (or 0xFFDAEF) is known color: Pig Pink. HEX triplet: FF, DA and EF. RGB value is (255,218,239). Sum of RGB (Red+Green+Blue) = 255+218+239=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAEF is #002510. Grayscale: #E7E7E7. Windows color (decimal): -9489 or 15719167. OLE color: 15719167.
HSL color Cylindrical-coordinate representation of color #FFDAEF: hue angle of 325.95º 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 #FFDAEF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 239 | - |
| CMYK | 0 | 0.15 | 0.06 | 0 |
| HSL | 325.95º | 1% | 0.93% | - |
| HSV(B) | 325.95º | 0.15% | 1% | - |
| XYZ | 81.89 | 77.63 | 92.33 | - |
| YUV | 231.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 239 | 0 | 0.15 | 0.06 | 0 | 325.95 | 1 | 0.93 |
| Hex | FF | DA | EF | 0 | F | 6 | 0 | 146 | 64 | 5D |
| Octal | 377 | 332 | 357 | 0 | 17 | 6 | 0 | 506 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11101111 | 0 | 1111 | 110 | 0 | 101000110 | 1100100 | 1011101 |
Color Harmonies of #FFDAEF
Complementary color
Monochromatic Colors of #FFDAEF
Black with #FFDAEF
Text Example
Text Example
White with #FFDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAEF; }
p { color: rgb(255,218,239); }
H1.HeaderClassName
{
color: #FFDAEF;
}
.AnyTagClassName
{
color: #FFDAEF;
}
</style>
background-color css
<style>
a { background-color: #FFDAEF; }
a { background-color: rgb(255,218,239); }
div.DivClassName
{
background-color: #FFDAEF;
}
.BgClassName
{
background-color: #FFDAEF;
}
</style>
border-color css
<style>
span { border-color: #FFDAEF; }
span { border-color: rgb(255,218,239); }
td.TdClassName
{
border-color: #FFDAEF;
}
.TagClassName
{
border-color: #FFDAEF;
}
</style>