Shades of Pale Pink #FFE2E5
Tints of Pale Pink #FFE2E5
RGB
CMYK
RGB Variations
Color information
#FFE2E5 (or 0xFFE2E5) is known color: Pale Pink. HEX triplet: FF, E2 and E5. RGB value is (255,226,229). Sum of RGB (Red+Green+Blue) = 255+226+229=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 229 (89.84% from 255 or 32.25% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2E5 is #001D1A. Grayscale: #EBEBEB. Windows color (decimal): -7451 or 15065855. OLE color: 15065855.
HSL color Cylindrical-coordinate representation of color #FFE2E5: hue angle of 353.79º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2E5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 229 | - |
| CMYK | 0 | 0.11 | 0.10 | 0 |
| HSL | 353.79º | 1% | 0.94% | - |
| HSV(B) | 353.79º | 0.11% | 1% | - |
| XYZ | 82.58 | 81.31 | 85.47 | - |
| YUV | 235.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 229 | 0 | 0.11 | 0.10 | 0 | 353.79 | 1 | 0.94 |
| Hex | FF | E2 | E5 | 0 | B | A | 0 | 162 | 64 | 5E |
| Octal | 377 | 342 | 345 | 0 | 13 | 12 | 0 | 542 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11100101 | 0 | 1011 | 1010 | 0 | 101100010 | 1100100 | 1011110 |
Color Harmonies of #FFE2E5
Complementary color
Monochromatic Colors of #FFE2E5
Black with #FFE2E5
Text Example
Text Example
White with #FFE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2E5; }
p { color: rgb(255,226,229); }
H1.HeaderClassName
{
color: #FFE2E5;
}
.AnyTagClassName
{
color: #FFE2E5;
}
</style>
background-color css
<style>
a { background-color: #FFE2E5; }
a { background-color: rgb(255,226,229); }
div.DivClassName
{
background-color: #FFE2E5;
}
.BgClassName
{
background-color: #FFE2E5;
}
</style>
border-color css
<style>
span { border-color: #FFE2E5; }
span { border-color: rgb(255,226,229); }
td.TdClassName
{
border-color: #FFE2E5;
}
.TagClassName
{
border-color: #FFE2E5;
}
</style>