Shades of Pig Pink #FED2DD
Tints of Pig Pink #FED2DD
RGB
CMYK
RGB Variations
Color information
#FED2DD (or 0xFED2DD) is known color: Pig Pink. HEX triplet: FE, D2 and DD. RGB value is (254,210,221). Sum of RGB (Red+Green+Blue) = 254+210+221=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2DD is #012D22. Grayscale: #E0E0E0. Windows color (decimal): -77091 or 14537470. OLE color: 14537470.
HSL color Cylindrical-coordinate representation of color #FED2DD: hue angle of 345º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED2DD is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 210 | 221 | - |
CMYK | 0 | 0.17 | 0.13 | 0.00 |
HSL | 345º | 0.96% | 0.91% | - |
HSV(B) | 345º | 0.17% | 1% | - |
XYZ | 76.97 | 72.38 | 78.32 | - |
YUV | 224.41 | 126.08 | 149.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 210 | 221 | 0 | 0.17 | 0.13 | 0.00 | 345 | 0.96 | 0.91 |
Hex | FE | D2 | DD | 0 | 11 | D | 0 | 159 | 60 | 5B |
Octal | 376 | 322 | 335 | 0 | 21 | 15 | 0 | 531 | 140 | 133 |
Binary | 11111110 | 11010010 | 11011101 | 0 | 10001 | 1101 | 0 | 101011001 | 1100000 | 1011011 |
Color Harmonies of #FED2DD
Complementary color
Monochromatic Colors of #FED2DD
Black with #FED2DD
Text Example
Text Example
White with #FED2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2DD; }
p { color: rgb(254,210,221); }
H1.HeaderClassName
{
color: #FED2DD;
}
.AnyTagClassName
{
color: #FED2DD;
}
</style>
background-color css
<style>
a { background-color: #FED2DD; }
a { background-color: rgb(254,210,221); }
div.DivClassName
{
background-color: #FED2DD;
}
.BgClassName
{
background-color: #FED2DD;
}
</style>
border-color css
<style>
span { border-color: #FED2DD; }
span { border-color: rgb(254,210,221); }
td.TdClassName
{
border-color: #FED2DD;
}
.TagClassName
{
border-color: #FED2DD;
}
</style>