Shades of Pale Pink #FFE6E8
Tints of Pale Pink #FFE6E8
RGB
CMYK
RGB Variations
Color information
#FFE6E8 (or 0xFFE6E8) is known color: Pale Pink. HEX triplet: FF, E6 and E8. RGB value is (255,230,232). Sum of RGB (Red+Green+Blue) = 255+230+232=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 230 (90.23% from 255 or 32.08% from 717); Blue value is 232 (91.02% from 255 or 32.36% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6E8 is #001917. Grayscale: #EDEDED. Windows color (decimal): -6424 or 15263487. OLE color: 15263487.
HSL color Cylindrical-coordinate representation of color #FFE6E8: hue angle of 355.2º 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 #FFE6E8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 232 | - |
| CMYK | 0 | 0.10 | 0.09 | 0 |
| HSL | 355.2º | 1% | 0.95% | - |
| HSV(B) | 355.2º | 0.1% | 1% | - |
| XYZ | 84.1 | 83.68 | 88.06 | - |
| YUV | 237.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 232 | 0 | 0.10 | 0.09 | 0 | 355.2 | 1 | 0.95 |
| Hex | FF | E6 | E8 | 0 | A | 9 | 0 | 163 | 64 | 5F |
| Octal | 377 | 346 | 350 | 0 | 12 | 11 | 0 | 543 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11101000 | 0 | 1010 | 1001 | 0 | 101100011 | 1100100 | 1011111 |
Color Harmonies of #FFE6E8
Complementary color
Monochromatic Colors of #FFE6E8
Black with #FFE6E8
Text Example
Text Example
White with #FFE6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6E8; }
p { color: rgb(255,230,232); }
H1.HeaderClassName
{
color: #FFE6E8;
}
.AnyTagClassName
{
color: #FFE6E8;
}
</style>
background-color css
<style>
a { background-color: #FFE6E8; }
a { background-color: rgb(255,230,232); }
div.DivClassName
{
background-color: #FFE6E8;
}
.BgClassName
{
background-color: #FFE6E8;
}
</style>
border-color css
<style>
span { border-color: #FFE6E8; }
span { border-color: rgb(255,230,232); }
td.TdClassName
{
border-color: #FFE6E8;
}
.TagClassName
{
border-color: #FFE6E8;
}
</style>