Shades of Pale Pink #FED3D9
Tints of Pale Pink #FED3D9
RGB
CMYK
RGB Variations
Color information
#FED3D9 (or 0xFED3D9) is known color: Pale Pink. HEX triplet: FE, D3 and D9. RGB value is (254,211,217). Sum of RGB (Red+Green+Blue) = 254+211+217=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3D9 is #012C26. Grayscale: #E0E0E0. Windows color (decimal): -76839 or 14275582. OLE color: 14275582.
HSL color Cylindrical-coordinate representation of color #FED3D9: hue angle of 351.63º 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 #FED3D9 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 211 | 217 | - |
CMYK | 0 | 0.17 | 0.15 | 0.00 |
HSL | 351.63º | 0.96% | 0.91% | - |
HSV(B) | 351.63º | 0.17% | 1% | - |
XYZ | 76.69 | 72.67 | 75.63 | - |
YUV | 224.54 | 123.75 | 149.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 211 | 217 | 0 | 0.17 | 0.15 | 0.00 | 351.63 | 0.96 | 0.91 |
Hex | FE | D3 | D9 | 0 | 11 | F | 0 | 160 | 60 | 5B |
Octal | 376 | 323 | 331 | 0 | 21 | 17 | 0 | 540 | 140 | 133 |
Binary | 11111110 | 11010011 | 11011001 | 0 | 10001 | 1111 | 0 | 101100000 | 1100000 | 1011011 |
Color Harmonies of #FED3D9
Complementary color
Monochromatic Colors of #FED3D9
Black with #FED3D9
Text Example
Text Example
White with #FED3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3D9; }
p { color: rgb(254,211,217); }
H1.HeaderClassName
{
color: #FED3D9;
}
.AnyTagClassName
{
color: #FED3D9;
}
</style>
background-color css
<style>
a { background-color: #FED3D9; }
a { background-color: rgb(254,211,217); }
div.DivClassName
{
background-color: #FED3D9;
}
.BgClassName
{
background-color: #FED3D9;
}
</style>
border-color css
<style>
span { border-color: #FED3D9; }
span { border-color: rgb(254,211,217); }
td.TdClassName
{
border-color: #FED3D9;
}
.TagClassName
{
border-color: #FED3D9;
}
</style>