Shades of Pig Pink #FDD1ED
Tints of Pig Pink #FDD1ED
RGB
CMYK
RGB Variations
Color information
#FDD1ED (or 0xFDD1ED) is known color: Pig Pink. HEX triplet: FD, D1 and ED. RGB value is (253,209,237). Sum of RGB (Red+Green+Blue) = 253+209+237=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1ED is #022E12. Grayscale: #E1E1E1. Windows color (decimal): -142867 or 15585789. OLE color: 15585789.
HSL color Cylindrical-coordinate representation of color #FDD1ED: hue angle of 321.82º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD1ED is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 209 | 237 | - |
CMYK | 0 | 0.17 | 0.06 | 0.01 |
HSL | 321.82º | 0.92% | 0.91% | - |
HSV(B) | 321.82º | 0.17% | 0.99% | - |
XYZ | 78.59 | 72.6 | 89.99 | - |
YUV | 225.35 | 134.58 | 147.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 209 | 237 | 0 | 0.17 | 0.06 | 0.01 | 321.82 | 0.92 | 0.91 |
Hex | FD | D1 | ED | 0 | 11 | 6 | 1 | 142 | 5C | 5B |
Octal | 375 | 321 | 355 | 0 | 21 | 6 | 1 | 502 | 134 | 133 |
Binary | 11111101 | 11010001 | 11101101 | 0 | 10001 | 110 | 1 | 101000010 | 1011100 | 1011011 |
Color Harmonies of #FDD1ED
Complementary color
Monochromatic Colors of #FDD1ED
Black with #FDD1ED
Text Example
Text Example
White with #FDD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1ED; }
p { color: rgb(253,209,237); }
H1.HeaderClassName
{
color: #FDD1ED;
}
.AnyTagClassName
{
color: #FDD1ED;
}
</style>
background-color css
<style>
a { background-color: #FDD1ED; }
a { background-color: rgb(253,209,237); }
div.DivClassName
{
background-color: #FDD1ED;
}
.BgClassName
{
background-color: #FDD1ED;
}
</style>
border-color css
<style>
span { border-color: #FDD1ED; }
span { border-color: rgb(253,209,237); }
td.TdClassName
{
border-color: #FDD1ED;
}
.TagClassName
{
border-color: #FDD1ED;
}
</style>