Shades of Pig Pink #FFDAE4
Tints of Pig Pink #FFDAE4
RGB
CMYK
RGB Variations
Color information
#FFDAE4 (or 0xFFDAE4) is known color: Pig Pink. HEX triplet: FF, DA and E4. RGB value is (255,218,228). Sum of RGB (Red+Green+Blue) = 255+218+228=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE4 is #00251B. Grayscale: #E6E6E6. Windows color (decimal): -9500 or 14998271. OLE color: 14998271.
HSL color Cylindrical-coordinate representation of color #FFDAE4: hue angle of 343.78º 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 #FFDAE4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 228 | - |
| CMYK | 0 | 0.15 | 0.11 | 0 |
| HSL | 343.78º | 1% | 0.93% | - |
| HSV(B) | 343.78º | 0.15% | 1% | - |
| XYZ | 80.32 | 77 | 84.03 | - |
| YUV | 230.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 228 | 0 | 0.15 | 0.11 | 0 | 343.78 | 1 | 0.93 |
| Hex | FF | DA | E4 | 0 | F | B | 0 | 158 | 64 | 5D |
| Octal | 377 | 332 | 344 | 0 | 17 | 13 | 0 | 530 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11100100 | 0 | 1111 | 1011 | 0 | 101011000 | 1100100 | 1011101 |
Color Harmonies of #FFDAE4
Complementary color
Monochromatic Colors of #FFDAE4
Black with #FFDAE4
Text Example
Text Example
White with #FFDAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAE4; }
p { color: rgb(255,218,228); }
H1.HeaderClassName
{
color: #FFDAE4;
}
.AnyTagClassName
{
color: #FFDAE4;
}
</style>
background-color css
<style>
a { background-color: #FFDAE4; }
a { background-color: rgb(255,218,228); }
div.DivClassName
{
background-color: #FFDAE4;
}
.BgClassName
{
background-color: #FFDAE4;
}
</style>
border-color css
<style>
span { border-color: #FFDAE4; }
span { border-color: rgb(255,218,228); }
td.TdClassName
{
border-color: #FFDAE4;
}
.TagClassName
{
border-color: #FFDAE4;
}
</style>