Shades of Pale Pink #FDE3E5
Tints of Pale Pink #FDE3E5
RGB
CMYK
RGB Variations
Color information
#FDE3E5 (or 0xFDE3E5) is known color: Pale Pink. HEX triplet: FD, E3 and E5. RGB value is (253,227,229). Sum of RGB (Red+Green+Blue) = 253+227+229=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3E5 is #021C1A. Grayscale: #EBEBEB. Windows color (decimal): -138267 or 15066109. OLE color: 15066109.
HSL color Cylindrical-coordinate representation of color #FDE3E5: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE3E5 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 229 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.01 |
| HSL | 355.38º | 0.87% | 0.94% | - |
| HSV(B) | 355.38º | 0.1% | 0.99% | - |
| XYZ | 82.12 | 81.48 | 85.53 | - |
| YUV | 235 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 229 | 0 | 0.10 | 0.09 | 0.01 | 355.38 | 0.87 | 0.94 |
| Hex | FD | E3 | E5 | 0 | A | 9 | 1 | 163 | 57 | 5E |
| Octal | 375 | 343 | 345 | 0 | 12 | 11 | 1 | 543 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11100101 | 0 | 1010 | 1001 | 1 | 101100011 | 1010111 | 1011110 |
Color Harmonies of #FDE3E5
Complementary color
Monochromatic Colors of #FDE3E5
Black with #FDE3E5
Text Example
Text Example
White with #FDE3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3E5; }
p { color: rgb(253,227,229); }
H1.HeaderClassName
{
color: #FDE3E5;
}
.AnyTagClassName
{
color: #FDE3E5;
}
</style>
background-color css
<style>
a { background-color: #FDE3E5; }
a { background-color: rgb(253,227,229); }
div.DivClassName
{
background-color: #FDE3E5;
}
.BgClassName
{
background-color: #FDE3E5;
}
</style>
border-color css
<style>
span { border-color: #FDE3E5; }
span { border-color: rgb(253,227,229); }
td.TdClassName
{
border-color: #FDE3E5;
}
.TagClassName
{
border-color: #FDE3E5;
}
</style>