Shades of Wisp Pink #F5E8E4
Tints of Wisp Pink #F5E8E4
RGB
CMYK
RGB Variations
Color information
#F5E8E4 (or 0xF5E8E4) is known color: Wisp Pink. HEX triplet: F5, E8 and E4. RGB value is (245,232,228). Sum of RGB (Red+Green+Blue) = 245+232+228=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8E4 is #0A171B. Grayscale: #EBEBEB. Windows color (decimal): -661276 or 15001845. OLE color: 15001845.
HSL color Cylindrical-coordinate representation of color #F5E8E4: hue angle of 14.12º degrees, saturation: 0.46, 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 #F5E8E4 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 228 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.04 |
| HSL | 14.12º | 0.46% | 0.93% | - |
| HSV(B) | 14.12º | 0.07% | 0.96% | - |
| XYZ | 80.52 | 82.73 | 85.12 | - |
| YUV | 235.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 228 | 0 | 0.05 | 0.07 | 0.04 | 14.12 | 0.46 | 0.93 |
| Hex | F5 | E8 | E4 | 0 | 5 | 7 | 4 | E | 2E | 5D |
| Octal | 365 | 350 | 344 | 0 | 5 | 7 | 4 | 16 | 56 | 135 |
| Binary | 11110101 | 11101000 | 11100100 | 0 | 101 | 111 | 100 | 1110 | 101110 | 1011101 |
Color Harmonies of #F5E8E4
Complementary color
Monochromatic Colors of #F5E8E4
Black with #F5E8E4
Text Example
Text Example
White with #F5E8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8E4; }
p { color: rgb(245,232,228); }
H1.HeaderClassName
{
color: #F5E8E4;
}
.AnyTagClassName
{
color: #F5E8E4;
}
</style>
background-color css
<style>
a { background-color: #F5E8E4; }
a { background-color: rgb(245,232,228); }
div.DivClassName
{
background-color: #F5E8E4;
}
.BgClassName
{
background-color: #F5E8E4;
}
</style>
border-color css
<style>
span { border-color: #F5E8E4; }
span { border-color: rgb(245,232,228); }
td.TdClassName
{
border-color: #F5E8E4;
}
.TagClassName
{
border-color: #F5E8E4;
}
</style>