Shades of Illusion #F8A3B2
Tints of Illusion #F8A3B2
RGB
CMYK
RGB Variations
Color information
#F8A3B2 (or 0xF8A3B2) is known color: Illusion. HEX triplet: F8, A3 and B2. RGB value is (248,163,178). Sum of RGB (Red+Green+Blue) = 248+163+178=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A3B2 is #075C4D. Grayscale: #BEBEBE. Windows color (decimal): -482382 or 11707384. OLE color: 11707384.
HSL color Cylindrical-coordinate representation of color #F8A3B2: hue angle of 349.41º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A3B2 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 178 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.03 |
| HSL | 349.41º | 0.86% | 0.81% | - |
| HSV(B) | 349.41º | 0.34% | 0.97% | - |
| XYZ | 59.84 | 49.37 | 48.49 | - |
| YUV | 190.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 178 | 0 | 0.34 | 0.28 | 0.03 | 349.41 | 0.86 | 0.81 |
| Hex | F8 | A3 | B2 | 0 | 22 | 1C | 3 | 15D | 56 | 51 |
| Octal | 370 | 243 | 262 | 0 | 42 | 34 | 3 | 535 | 126 | 121 |
| Binary | 11111000 | 10100011 | 10110010 | 0 | 100010 | 11100 | 11 | 101011101 | 1010110 | 1010001 |
Color Harmonies of #F8A3B2
Complementary color
Monochromatic Colors of #F8A3B2
Black with #F8A3B2
Text Example
Text Example
White with #F8A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3B2; }
p { color: rgb(248,163,178); }
H1.HeaderClassName
{
color: #F8A3B2;
}
.AnyTagClassName
{
color: #F8A3B2;
}
</style>
background-color css
<style>
a { background-color: #F8A3B2; }
a { background-color: rgb(248,163,178); }
div.DivClassName
{
background-color: #F8A3B2;
}
.BgClassName
{
background-color: #F8A3B2;
}
</style>
border-color css
<style>
span { border-color: #F8A3B2; }
span { border-color: rgb(248,163,178); }
td.TdClassName
{
border-color: #F8A3B2;
}
.TagClassName
{
border-color: #F8A3B2;
}
</style>