Shades of Pig Pink #FDDAE9
Tints of Pig Pink #FDDAE9
RGB
CMYK
RGB Variations
Color information
#FDDAE9 (or 0xFDDAE9) is known color: Pig Pink. HEX triplet: FD, DA and E9. RGB value is (253,218,233). Sum of RGB (Red+Green+Blue) = 253+218+233=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAE9 is #022516. Grayscale: #E6E6E6. Windows color (decimal): -140567 or 15325949. OLE color: 15325949.
HSL color Cylindrical-coordinate representation of color #FDDAE9: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDAE9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 233 | - |
CMYK | 0 | 0.14 | 0.08 | 0.01 |
HSL | 334.29º | 0.9% | 0.92% | - |
HSV(B) | 334.29º | 0.14% | 0.99% | - |
XYZ | 80.29 | 76.91 | 87.7 | - |
YUV | 230.18 | 129.6 | 144.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 233 | 0 | 0.14 | 0.08 | 0.01 | 334.29 | 0.9 | 0.92 |
Hex | FD | DA | E9 | 0 | E | 8 | 1 | 14E | 5A | 5C |
Octal | 375 | 332 | 351 | 0 | 16 | 10 | 1 | 516 | 132 | 134 |
Binary | 11111101 | 11011010 | 11101001 | 0 | 1110 | 1000 | 1 | 101001110 | 1011010 | 1011100 |
Color Harmonies of #FDDAE9
Complementary color
Monochromatic Colors of #FDDAE9
Black with #FDDAE9
Text Example
Text Example
White with #FDDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAE9; }
p { color: rgb(253,218,233); }
H1.HeaderClassName
{
color: #FDDAE9;
}
.AnyTagClassName
{
color: #FDDAE9;
}
</style>
background-color css
<style>
a { background-color: #FDDAE9; }
a { background-color: rgb(253,218,233); }
div.DivClassName
{
background-color: #FDDAE9;
}
.BgClassName
{
background-color: #FDDAE9;
}
</style>
border-color css
<style>
span { border-color: #FDDAE9; }
span { border-color: rgb(253,218,233); }
td.TdClassName
{
border-color: #FDDAE9;
}
.TagClassName
{
border-color: #FDDAE9;
}
</style>