Shades of Illusion #FAA3B4
Tints of Illusion #FAA3B4
RGB
CMYK
RGB Variations
Color information
#FAA3B4 (or 0xFAA3B4) is known color: Illusion. HEX triplet: FA, A3 and B4. RGB value is (250,163,180). Sum of RGB (Red+Green+Blue) = 250+163+180=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3B4 is #055C4B. Grayscale: #BEBEBE. Windows color (decimal): -351308 or 11838458. OLE color: 11838458.
HSL color Cylindrical-coordinate representation of color #FAA3B4: hue angle of 348.28º 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 #FAA3B4 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 180 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.02 |
| HSL | 348.28º | 0.9% | 0.81% | - |
| HSV(B) | 348.28º | 0.35% | 0.98% | - |
| XYZ | 60.76 | 49.81 | 49.59 | - |
| YUV | 190.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 180 | 0 | 0.35 | 0.28 | 0.02 | 348.28 | 0.9 | 0.81 |
| Hex | FA | A3 | B4 | 0 | 23 | 1C | 2 | 15C | 5A | 51 |
| Octal | 372 | 243 | 264 | 0 | 43 | 34 | 2 | 534 | 132 | 121 |
| Binary | 11111010 | 10100011 | 10110100 | 0 | 100011 | 11100 | 10 | 101011100 | 1011010 | 1010001 |
Color Harmonies of #FAA3B4
Complementary color
Monochromatic Colors of #FAA3B4
Black with #FAA3B4
Text Example
Text Example
White with #FAA3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3B4; }
p { color: rgb(250,163,180); }
H1.HeaderClassName
{
color: #FAA3B4;
}
.AnyTagClassName
{
color: #FAA3B4;
}
</style>
background-color css
<style>
a { background-color: #FAA3B4; }
a { background-color: rgb(250,163,180); }
div.DivClassName
{
background-color: #FAA3B4;
}
.BgClassName
{
background-color: #FAA3B4;
}
</style>
border-color css
<style>
span { border-color: #FAA3B4; }
span { border-color: rgb(250,163,180); }
td.TdClassName
{
border-color: #FAA3B4;
}
.TagClassName
{
border-color: #FAA3B4;
}
</style>