Shades of Illusion #FE8FB4
Tints of Illusion #FE8FB4
RGB
CMYK
RGB Variations
Color information
#FE8FB4 (or 0xFE8FB4) is known color: Illusion. HEX triplet: FE, 8F and B4. RGB value is (254,143,180). Sum of RGB (Red+Green+Blue) = 254+143+180=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FB4 is #01704B. Grayscale: #B4B4B4. Windows color (decimal): -94284 or 11833342. OLE color: 11833342.
HSL color Cylindrical-coordinate representation of color #FE8FB4: hue angle of 340º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FB4 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 180 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.00 |
| HSL | 340º | 0.98% | 0.78% | - |
| HSV(B) | 340º | 0.44% | 1% | - |
| XYZ | 58.93 | 44.01 | 48.57 | - |
| YUV | 180.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 180 | 0 | 0.44 | 0.29 | 0.00 | 340 | 0.98 | 0.78 |
| Hex | FE | 8F | B4 | 0 | 2C | 1D | 0 | 154 | 62 | 4E |
| Octal | 376 | 217 | 264 | 0 | 54 | 35 | 0 | 524 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10110100 | 0 | 101100 | 11101 | 0 | 101010100 | 1100010 | 1001110 |
Color Harmonies of #FE8FB4
Complementary color
Monochromatic Colors of #FE8FB4
Black with #FE8FB4
Text Example
Text Example
White with #FE8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FB4; }
p { color: rgb(254,143,180); }
H1.HeaderClassName
{
color: #FE8FB4;
}
.AnyTagClassName
{
color: #FE8FB4;
}
</style>
background-color css
<style>
a { background-color: #FE8FB4; }
a { background-color: rgb(254,143,180); }
div.DivClassName
{
background-color: #FE8FB4;
}
.BgClassName
{
background-color: #FE8FB4;
}
</style>
border-color css
<style>
span { border-color: #FE8FB4; }
span { border-color: rgb(254,143,180); }
td.TdClassName
{
border-color: #FE8FB4;
}
.TagClassName
{
border-color: #FE8FB4;
}
</style>