Shades of Illusion #FAA2B8
Tints of Illusion #FAA2B8
RGB
CMYK
RGB Variations
Color information
#FAA2B8 (or 0xFAA2B8) is known color: Illusion. HEX triplet: FA, A2 and B8. RGB value is (250,162,184). Sum of RGB (Red+Green+Blue) = 250+162+184=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2B8 is #055D47. Grayscale: #BEBEBE. Windows color (decimal): -351560 or 12100346. OLE color: 12100346.
HSL color Cylindrical-coordinate representation of color #FAA2B8: hue angle of 345º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2B8 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 184 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.02 |
| HSL | 345º | 0.9% | 0.81% | - |
| HSV(B) | 345º | 0.35% | 0.98% | - |
| XYZ | 61 | 49.63 | 51.71 | - |
| YUV | 190.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 184 | 0 | 0.35 | 0.26 | 0.02 | 345 | 0.9 | 0.81 |
| Hex | FA | A2 | B8 | 0 | 23 | 1A | 2 | 159 | 5A | 51 |
| Octal | 372 | 242 | 270 | 0 | 43 | 32 | 2 | 531 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10111000 | 0 | 100011 | 11010 | 10 | 101011001 | 1011010 | 1010001 |
Color Harmonies of #FAA2B8
Complementary color
Monochromatic Colors of #FAA2B8
Black with #FAA2B8
Text Example
Text Example
White with #FAA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2B8; }
p { color: rgb(250,162,184); }
H1.HeaderClassName
{
color: #FAA2B8;
}
.AnyTagClassName
{
color: #FAA2B8;
}
</style>
background-color css
<style>
a { background-color: #FAA2B8; }
a { background-color: rgb(250,162,184); }
div.DivClassName
{
background-color: #FAA2B8;
}
.BgClassName
{
background-color: #FAA2B8;
}
</style>
border-color css
<style>
span { border-color: #FAA2B8; }
span { border-color: rgb(250,162,184); }
td.TdClassName
{
border-color: #FAA2B8;
}
.TagClassName
{
border-color: #FAA2B8;
}
</style>