Shades of Wisp Pink #F5EAE6
Tints of Wisp Pink #F5EAE6
RGB
CMYK
RGB Variations
Color information
#F5EAE6 (or 0xF5EAE6) is known color: Wisp Pink. HEX triplet: F5, EA and E6. RGB value is (245,234,230). Sum of RGB (Red+Green+Blue) = 245+234+230=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EAE6 is #0A1519. Grayscale: #ECECEC. Windows color (decimal): -660762 or 15133429. OLE color: 15133429.
HSL color Cylindrical-coordinate representation of color #F5EAE6: hue angle of 16º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5EAE6 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 234 | 230 | - |
CMYK | 0 | 0.04 | 0.06 | 0.04 |
HSL | 16º | 0.43% | 0.93% | - |
HSV(B) | 16º | 0.06% | 0.96% | - |
XYZ | 81.36 | 83.97 | 86.78 | - |
YUV | 236.83 | 124.14 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 230 | 0 | 0.04 | 0.06 | 0.04 | 16 | 0.43 | 0.93 |
Hex | F5 | EA | E6 | 0 | 4 | 6 | 4 | 10 | 2B | 5D |
Octal | 365 | 352 | 346 | 0 | 4 | 6 | 4 | 20 | 53 | 135 |
Binary | 11110101 | 11101010 | 11100110 | 0 | 100 | 110 | 100 | 10000 | 101011 | 1011101 |
Color Harmonies of #F5EAE6
Complementary color
Monochromatic Colors of #F5EAE6
Black with #F5EAE6
Text Example
Text Example
White with #F5EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAE6; }
p { color: rgb(245,234,230); }
H1.HeaderClassName
{
color: #F5EAE6;
}
.AnyTagClassName
{
color: #F5EAE6;
}
</style>
background-color css
<style>
a { background-color: #F5EAE6; }
a { background-color: rgb(245,234,230); }
div.DivClassName
{
background-color: #F5EAE6;
}
.BgClassName
{
background-color: #F5EAE6;
}
</style>
border-color css
<style>
span { border-color: #F5EAE6; }
span { border-color: rgb(245,234,230); }
td.TdClassName
{
border-color: #F5EAE6;
}
.TagClassName
{
border-color: #F5EAE6;
}
</style>