Shades of Wisp Pink #F5E8E5
Tints of Wisp Pink #F5E8E5
RGB
CMYK
RGB Variations
Color information
#F5E8E5 (or 0xF5E8E5) is known color: Wisp Pink. HEX triplet: F5, E8 and E5. RGB value is (245,232,229). Sum of RGB (Red+Green+Blue) = 245+232+229=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8E5 is #0A171A. Grayscale: #EBEBEB. Windows color (decimal): -661275 or 15067381. OLE color: 15067381.
HSL color Cylindrical-coordinate representation of color #F5E8E5: hue angle of 11.25º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5E8E5 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 229 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.04 |
| HSL | 11.25º | 0.44% | 0.93% | - |
| HSV(B) | 11.25º | 0.07% | 0.96% | - |
| XYZ | 80.66 | 82.78 | 85.86 | - |
| YUV | 235.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 229 | 0 | 0.05 | 0.07 | 0.04 | 11.25 | 0.44 | 0.93 |
| Hex | F5 | E8 | E5 | 0 | 5 | 7 | 4 | B | 2C | 5D |
| Octal | 365 | 350 | 345 | 0 | 5 | 7 | 4 | 13 | 54 | 135 |
| Binary | 11110101 | 11101000 | 11100101 | 0 | 101 | 111 | 100 | 1011 | 101100 | 1011101 |
Color Harmonies of #F5E8E5
Complementary color
Monochromatic Colors of #F5E8E5
Black with #F5E8E5
Text Example
Text Example
White with #F5E8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8E5; }
p { color: rgb(245,232,229); }
H1.HeaderClassName
{
color: #F5E8E5;
}
.AnyTagClassName
{
color: #F5E8E5;
}
</style>
background-color css
<style>
a { background-color: #F5E8E5; }
a { background-color: rgb(245,232,229); }
div.DivClassName
{
background-color: #F5E8E5;
}
.BgClassName
{
background-color: #F5E8E5;
}
</style>
border-color css
<style>
span { border-color: #F5E8E5; }
span { border-color: rgb(245,232,229); }
td.TdClassName
{
border-color: #F5E8E5;
}
.TagClassName
{
border-color: #F5E8E5;
}
</style>