Shades of Pig Pink #FDDFE9
Tints of Pig Pink #FDDFE9
RGB
CMYK
RGB Variations
Color information
#FDDFE9 (or 0xFDDFE9) is known color: Pig Pink. HEX triplet: FD, DF and E9. RGB value is (253,223,233). Sum of RGB (Red+Green+Blue) = 253+223+233=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 233 (91.41% from 255 or 32.86% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFE9 is #022016. Grayscale: #E9E9E9. Windows color (decimal): -139287 or 15327229. OLE color: 15327229.
HSL color Cylindrical-coordinate representation of color #FDDFE9: hue angle of 340º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFE9 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 233 | - |
CMYK | 0 | 0.12 | 0.08 | 0.01 |
HSL | 340º | 0.88% | 0.93% | - |
HSV(B) | 340º | 0.12% | 0.99% | - |
XYZ | 81.6 | 79.54 | 88.14 | - |
YUV | 233.11 | 127.94 | 142.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 233 | 0 | 0.12 | 0.08 | 0.01 | 340 | 0.88 | 0.93 |
Hex | FD | DF | E9 | 0 | C | 8 | 1 | 154 | 58 | 5D |
Octal | 375 | 337 | 351 | 0 | 14 | 10 | 1 | 524 | 130 | 135 |
Binary | 11111101 | 11011111 | 11101001 | 0 | 1100 | 1000 | 1 | 101010100 | 1011000 | 1011101 |
Color Harmonies of #FDDFE9
Complementary color
Monochromatic Colors of #FDDFE9
Black with #FDDFE9
Text Example
Text Example
White with #FDDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFE9; }
p { color: rgb(253,223,233); }
H1.HeaderClassName
{
color: #FDDFE9;
}
.AnyTagClassName
{
color: #FDDFE9;
}
</style>
background-color css
<style>
a { background-color: #FDDFE9; }
a { background-color: rgb(253,223,233); }
div.DivClassName
{
background-color: #FDDFE9;
}
.BgClassName
{
background-color: #FDDFE9;
}
</style>
border-color css
<style>
span { border-color: #FDDFE9; }
span { border-color: rgb(253,223,233); }
td.TdClassName
{
border-color: #FDDFE9;
}
.TagClassName
{
border-color: #FDDFE9;
}
</style>