Shades of Pig Pink #FFDAE3
Tints of Pig Pink #FFDAE3
RGB
CMYK
RGB Variations
Color information
#FFDAE3 (or 0xFFDAE3) is known color: Pig Pink. HEX triplet: FF, DA and E3. RGB value is (255,218,227). Sum of RGB (Red+Green+Blue) = 255+218+227=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE3 is #00251C. Grayscale: #E6E6E6. Windows color (decimal): -9501 or 14932735. OLE color: 14932735.
HSL color Cylindrical-coordinate representation of color #FFDAE3: hue angle of 345.41º 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 #FFDAE3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 227 | - |
| CMYK | 0 | 0.15 | 0.11 | 0 |
| HSL | 345.41º | 1% | 0.93% | - |
| HSV(B) | 345.41º | 0.15% | 1% | - |
| XYZ | 80.18 | 76.95 | 83.3 | - |
| YUV | 230.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 227 | 0 | 0.15 | 0.11 | 0 | 345.41 | 1 | 0.93 |
| Hex | FF | DA | E3 | 0 | F | B | 0 | 159 | 64 | 5D |
| Octal | 377 | 332 | 343 | 0 | 17 | 13 | 0 | 531 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11100011 | 0 | 1111 | 1011 | 0 | 101011001 | 1100100 | 1011101 |
Color Harmonies of #FFDAE3
Complementary color
Monochromatic Colors of #FFDAE3
Black with #FFDAE3
Text Example
Text Example
White with #FFDAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAE3; }
p { color: rgb(255,218,227); }
H1.HeaderClassName
{
color: #FFDAE3;
}
.AnyTagClassName
{
color: #FFDAE3;
}
</style>
background-color css
<style>
a { background-color: #FFDAE3; }
a { background-color: rgb(255,218,227); }
div.DivClassName
{
background-color: #FFDAE3;
}
.BgClassName
{
background-color: #FFDAE3;
}
</style>
border-color css
<style>
span { border-color: #FFDAE3; }
span { border-color: rgb(255,218,227); }
td.TdClassName
{
border-color: #FFDAE3;
}
.TagClassName
{
border-color: #FFDAE3;
}
</style>