Shades of Illusion #FA99B4
Tints of Illusion #FA99B4
RGB
CMYK
RGB Variations
Color information
#FA99B4 (or 0xFA99B4) is known color: Illusion. HEX triplet: FA, 99 and B4. RGB value is (250,153,180). Sum of RGB (Red+Green+Blue) = 250+153+180=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99B4 is #05664B. Grayscale: #B9B9B9. Windows color (decimal): -353868 or 11835898. OLE color: 11835898.
HSL color Cylindrical-coordinate representation of color #FA99B4: hue angle of 343.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99B4 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 180 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.02 |
| HSL | 343.3º | 0.91% | 0.79% | - |
| HSV(B) | 343.3º | 0.39% | 0.98% | - |
| XYZ | 59.05 | 46.4 | 49.02 | - |
| YUV | 185.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 180 | 0 | 0.39 | 0.28 | 0.02 | 343.3 | 0.91 | 0.79 |
| Hex | FA | 99 | B4 | 0 | 27 | 1C | 2 | 157 | 5B | 4F |
| Octal | 372 | 231 | 264 | 0 | 47 | 34 | 2 | 527 | 133 | 117 |
| Binary | 11111010 | 10011001 | 10110100 | 0 | 100111 | 11100 | 10 | 101010111 | 1011011 | 1001111 |
Color Harmonies of #FA99B4
Complementary color
Monochromatic Colors of #FA99B4
Black with #FA99B4
Text Example
Text Example
White with #FA99B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99B4; }
p { color: rgb(250,153,180); }
H1.HeaderClassName
{
color: #FA99B4;
}
.AnyTagClassName
{
color: #FA99B4;
}
</style>
background-color css
<style>
a { background-color: #FA99B4; }
a { background-color: rgb(250,153,180); }
div.DivClassName
{
background-color: #FA99B4;
}
.BgClassName
{
background-color: #FA99B4;
}
</style>
border-color css
<style>
span { border-color: #FA99B4; }
span { border-color: rgb(250,153,180); }
td.TdClassName
{
border-color: #FA99B4;
}
.TagClassName
{
border-color: #FA99B4;
}
</style>