Shades of Pale Pink #FFE5E6
Tints of Pale Pink #FFE5E6
RGB
CMYK
RGB Variations
Color information
#FFE5E6 (or 0xFFE5E6) is known color: Pale Pink. HEX triplet: FF, E5 and E6. RGB value is (255,229,230). Sum of RGB (Red+Green+Blue) = 255+229+230=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 230 (90.23% from 255 or 32.21% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5E6 is #001A19. Grayscale: #ECECEC. Windows color (decimal): -6682 or 15132159. OLE color: 15132159.
HSL color Cylindrical-coordinate representation of color #FFE5E6: hue angle of 357.69º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5E6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 230 | - |
CMYK | 0 | 0.10 | 0.10 | 0 |
HSL | 357.69º | 1% | 0.95% | - |
HSV(B) | 357.69º | 0.1% | 1% | - |
XYZ | 83.54 | 83.01 | 86.48 | - |
YUV | 236.89 | 124.11 | 140.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 230 | 0 | 0.10 | 0.10 | 0 | 357.69 | 1 | 0.95 |
Hex | FF | E5 | E6 | 0 | A | A | 0 | 166 | 64 | 5F |
Octal | 377 | 345 | 346 | 0 | 12 | 12 | 0 | 546 | 144 | 137 |
Binary | 11111111 | 11100101 | 11100110 | 0 | 1010 | 1010 | 0 | 101100110 | 1100100 | 1011111 |
Color Harmonies of #FFE5E6
Complementary color
Monochromatic Colors of #FFE5E6
Black with #FFE5E6
Text Example
Text Example
White with #FFE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5E6; }
p { color: rgb(255,229,230); }
H1.HeaderClassName
{
color: #FFE5E6;
}
.AnyTagClassName
{
color: #FFE5E6;
}
</style>
background-color css
<style>
a { background-color: #FFE5E6; }
a { background-color: rgb(255,229,230); }
div.DivClassName
{
background-color: #FFE5E6;
}
.BgClassName
{
background-color: #FFE5E6;
}
</style>
border-color css
<style>
span { border-color: #FFE5E6; }
span { border-color: rgb(255,229,230); }
td.TdClassName
{
border-color: #FFE5E6;
}
.TagClassName
{
border-color: #FFE5E6;
}
</style>