Shades of Pig Pink #FDD9F1
Tints of Pig Pink #FDD9F1
RGB
CMYK
RGB Variations
Color information
#FDD9F1 (or 0xFDD9F1) is known color: Pig Pink. HEX triplet: FD, D9 and F1. RGB value is (253,217,241). Sum of RGB (Red+Green+Blue) = 253+217+241=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 217 (85.16% from 255 or 30.52% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F1 is #02260E. Grayscale: #E6E6E6. Windows color (decimal): -140815 or 15849981. OLE color: 15849981.
HSL color Cylindrical-coordinate representation of color #FDD9F1: hue angle of 320º 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 #FDD9F1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 217 | 241 | - |
CMYK | 0 | 0.14 | 0.05 | 0.01 |
HSL | 320º | 0.9% | 0.92% | - |
HSV(B) | 320º | 0.14% | 0.99% | - |
XYZ | 81.2 | 76.86 | 93.77 | - |
YUV | 230.5 | 133.93 | 144.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 217 | 241 | 0 | 0.14 | 0.05 | 0.01 | 320 | 0.9 | 0.92 |
Hex | FD | D9 | F1 | 0 | E | 5 | 1 | 140 | 5A | 5C |
Octal | 375 | 331 | 361 | 0 | 16 | 5 | 1 | 500 | 132 | 134 |
Binary | 11111101 | 11011001 | 11110001 | 0 | 1110 | 101 | 1 | 101000000 | 1011010 | 1011100 |
Color Harmonies of #FDD9F1
Complementary color
Monochromatic Colors of #FDD9F1
Black with #FDD9F1
Text Example
Text Example
White with #FDD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9F1; }
p { color: rgb(253,217,241); }
H1.HeaderClassName
{
color: #FDD9F1;
}
.AnyTagClassName
{
color: #FDD9F1;
}
</style>
background-color css
<style>
a { background-color: #FDD9F1; }
a { background-color: rgb(253,217,241); }
div.DivClassName
{
background-color: #FDD9F1;
}
.BgClassName
{
background-color: #FDD9F1;
}
</style>
border-color css
<style>
span { border-color: #FDD9F1; }
span { border-color: rgb(253,217,241); }
td.TdClassName
{
border-color: #FDD9F1;
}
.TagClassName
{
border-color: #FDD9F1;
}
</style>