Shades of Pig Pink #FFD9ED
Tints of Pig Pink #FFD9ED
RGB
CMYK
RGB Variations
Color information
#FFD9ED (or 0xFFD9ED) is known color: Pig Pink. HEX triplet: FF, D9 and ED. RGB value is (255,217,237). Sum of RGB (Red+Green+Blue) = 255+217+237=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 217 (85.16% from 255 or 30.61% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9ED is #002612. Grayscale: #E6E6E6. Windows color (decimal): -9747 or 15587839. OLE color: 15587839.
HSL color Cylindrical-coordinate representation of color #FFD9ED: hue angle of 328.42º 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 #FFD9ED is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 217 | 237 | - |
CMYK | 0 | 0.15 | 0.07 | 0 |
HSL | 328.42º | 1% | 0.93% | - |
HSV(B) | 328.42º | 0.15% | 1% | - |
XYZ | 81.34 | 77 | 90.7 | - |
YUV | 230.64 | 131.59 | 145.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 217 | 237 | 0 | 0.15 | 0.07 | 0 | 328.42 | 1 | 0.93 |
Hex | FF | D9 | ED | 0 | F | 7 | 0 | 148 | 64 | 5D |
Octal | 377 | 331 | 355 | 0 | 17 | 7 | 0 | 510 | 144 | 135 |
Binary | 11111111 | 11011001 | 11101101 | 0 | 1111 | 111 | 0 | 101001000 | 1100100 | 1011101 |
Color Harmonies of #FFD9ED
Complementary color
Monochromatic Colors of #FFD9ED
Black with #FFD9ED
Text Example
Text Example
White with #FFD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9ED; }
p { color: rgb(255,217,237); }
H1.HeaderClassName
{
color: #FFD9ED;
}
.AnyTagClassName
{
color: #FFD9ED;
}
</style>
background-color css
<style>
a { background-color: #FFD9ED; }
a { background-color: rgb(255,217,237); }
div.DivClassName
{
background-color: #FFD9ED;
}
.BgClassName
{
background-color: #FFD9ED;
}
</style>
border-color css
<style>
span { border-color: #FFD9ED; }
span { border-color: rgb(255,217,237); }
td.TdClassName
{
border-color: #FFD9ED;
}
.TagClassName
{
border-color: #FFD9ED;
}
</style>