Shades of Pig Pink #FDD2ED
Tints of Pig Pink #FDD2ED
RGB
CMYK
RGB Variations
Color information
#FDD2ED (or 0xFDD2ED) is known color: Pig Pink. HEX triplet: FD, D2 and ED. RGB value is (253,210,237). Sum of RGB (Red+Green+Blue) = 253+210+237=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2ED is #022D12. Grayscale: #E1E1E1. Windows color (decimal): -142611 or 15586045. OLE color: 15586045.
HSL color Cylindrical-coordinate representation of color #FDD2ED: hue angle of 322.33º degrees, saturation: 0.91, 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 #FDD2ED is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 210 | 237 | - |
CMYK | 0 | 0.17 | 0.06 | 0.01 |
HSL | 322.33º | 0.91% | 0.91% | - |
HSV(B) | 322.33º | 0.17% | 0.99% | - |
XYZ | 78.84 | 73.09 | 90.07 | - |
YUV | 225.94 | 134.25 | 147.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 210 | 237 | 0 | 0.17 | 0.06 | 0.01 | 322.33 | 0.91 | 0.91 |
Hex | FD | D2 | ED | 0 | 11 | 6 | 1 | 142 | 5B | 5B |
Octal | 375 | 322 | 355 | 0 | 21 | 6 | 1 | 502 | 133 | 133 |
Binary | 11111101 | 11010010 | 11101101 | 0 | 10001 | 110 | 1 | 101000010 | 1011011 | 1011011 |
Color Harmonies of #FDD2ED
Complementary color
Monochromatic Colors of #FDD2ED
Black with #FDD2ED
Text Example
Text Example
White with #FDD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2ED; }
p { color: rgb(253,210,237); }
H1.HeaderClassName
{
color: #FDD2ED;
}
.AnyTagClassName
{
color: #FDD2ED;
}
</style>
background-color css
<style>
a { background-color: #FDD2ED; }
a { background-color: rgb(253,210,237); }
div.DivClassName
{
background-color: #FDD2ED;
}
.BgClassName
{
background-color: #FDD2ED;
}
</style>
border-color css
<style>
span { border-color: #FDD2ED; }
span { border-color: rgb(253,210,237); }
td.TdClassName
{
border-color: #FDD2ED;
}
.TagClassName
{
border-color: #FDD2ED;
}
</style>