Shades of Wisp Pink #FFEBE6
Tints of Wisp Pink #FFEBE6
RGB
CMYK
RGB Variations
Color information
#FFEBE6 (or 0xFFEBE6) is known color: Wisp Pink. HEX triplet: FF, EB and E6. RGB value is (255,235,230). Sum of RGB (Red+Green+Blue) = 255+235+230=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBE6 is #001419. Grayscale: #F0F0F0. Windows color (decimal): -5146 or 15133695. OLE color: 15133695.
HSL color Cylindrical-coordinate representation of color #FFEBE6: hue angle of 12º 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 #FFEBE6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 230 | - |
| CMYK | 0 | 0.08 | 0.10 | 0 |
| HSL | 12º | 1% | 0.95% | - |
| HSV(B) | 12º | 0.1% | 1% | - |
| XYZ | 85.23 | 86.39 | 87.05 | - |
| YUV | 240.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 230 | 0 | 0.08 | 0.10 | 0 | 12 | 1 | 0.95 |
| Hex | FF | EB | E6 | 0 | 8 | A | 0 | C | 64 | 5F |
| Octal | 377 | 353 | 346 | 0 | 10 | 12 | 0 | 14 | 144 | 137 |
| Binary | 11111111 | 11101011 | 11100110 | 0 | 1000 | 1010 | 0 | 1100 | 1100100 | 1011111 |
Color Harmonies of #FFEBE6
Complementary color
Monochromatic Colors of #FFEBE6
Black with #FFEBE6
Text Example
Text Example
White with #FFEBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBE6; }
p { color: rgb(255,235,230); }
H1.HeaderClassName
{
color: #FFEBE6;
}
.AnyTagClassName
{
color: #FFEBE6;
}
</style>
background-color css
<style>
a { background-color: #FFEBE6; }
a { background-color: rgb(255,235,230); }
div.DivClassName
{
background-color: #FFEBE6;
}
.BgClassName
{
background-color: #FFEBE6;
}
</style>
border-color css
<style>
span { border-color: #FFEBE6; }
span { border-color: rgb(255,235,230); }
td.TdClassName
{
border-color: #FFEBE6;
}
.TagClassName
{
border-color: #FFEBE6;
}
</style>