Shades of Illusion #FAA4B2
Tints of Illusion #FAA4B2
RGB
CMYK
RGB Variations
Color information
#FAA4B2 (or 0xFAA4B2) is known color: Illusion. HEX triplet: FA, A4 and B2. RGB value is (250,164,178). Sum of RGB (Red+Green+Blue) = 250+164+178=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA4B2 is #055B4D. Grayscale: #BFBFBF. Windows color (decimal): -351054 or 11707642. OLE color: 11707642.
HSL color Cylindrical-coordinate representation of color #FAA4B2: hue angle of 350.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4B2 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 178 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.02 |
| HSL | 350.23º | 0.9% | 0.81% | - |
| HSV(B) | 350.23º | 0.34% | 0.98% | - |
| XYZ | 60.74 | 50.09 | 48.59 | - |
| YUV | 191.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 178 | 0 | 0.34 | 0.29 | 0.02 | 350.23 | 0.9 | 0.81 |
| Hex | FA | A4 | B2 | 0 | 22 | 1D | 2 | 15E | 5A | 51 |
| Octal | 372 | 244 | 262 | 0 | 42 | 35 | 2 | 536 | 132 | 121 |
| Binary | 11111010 | 10100100 | 10110010 | 0 | 100010 | 11101 | 10 | 101011110 | 1011010 | 1010001 |
Color Harmonies of #FAA4B2
Complementary color
Monochromatic Colors of #FAA4B2
Black with #FAA4B2
Text Example
Text Example
White with #FAA4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4B2; }
p { color: rgb(250,164,178); }
H1.HeaderClassName
{
color: #FAA4B2;
}
.AnyTagClassName
{
color: #FAA4B2;
}
</style>
background-color css
<style>
a { background-color: #FAA4B2; }
a { background-color: rgb(250,164,178); }
div.DivClassName
{
background-color: #FAA4B2;
}
.BgClassName
{
background-color: #FAA4B2;
}
</style>
border-color css
<style>
span { border-color: #FAA4B2; }
span { border-color: rgb(250,164,178); }
td.TdClassName
{
border-color: #FAA4B2;
}
.TagClassName
{
border-color: #FAA4B2;
}
</style>