Shades of Illusion #FA99B0
Tints of Illusion #FA99B0
RGB
CMYK
RGB Variations
Color information
#FA99B0 (or 0xFA99B0) is known color: Illusion. HEX triplet: FA, 99 and B0. RGB value is (250,153,176). Sum of RGB (Red+Green+Blue) = 250+153+176=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99B0 is #05664F. Grayscale: #B8B8B8. Windows color (decimal): -353872 or 11573754. OLE color: 11573754.
HSL color Cylindrical-coordinate representation of color #FA99B0: hue angle of 345.77º 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 #FA99B0 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 176 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.02 |
| HSL | 345.77º | 0.91% | 0.79% | - |
| HSV(B) | 345.77º | 0.39% | 0.98% | - |
| XYZ | 58.65 | 46.24 | 46.91 | - |
| YUV | 184.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 176 | 0 | 0.39 | 0.30 | 0.02 | 345.77 | 0.91 | 0.79 |
| Hex | FA | 99 | B0 | 0 | 27 | 1E | 2 | 15A | 5B | 4F |
| Octal | 372 | 231 | 260 | 0 | 47 | 36 | 2 | 532 | 133 | 117 |
| Binary | 11111010 | 10011001 | 10110000 | 0 | 100111 | 11110 | 10 | 101011010 | 1011011 | 1001111 |
Color Harmonies of #FA99B0
Complementary color
Monochromatic Colors of #FA99B0
Black with #FA99B0
Text Example
Text Example
White with #FA99B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99B0; }
p { color: rgb(250,153,176); }
H1.HeaderClassName
{
color: #FA99B0;
}
.AnyTagClassName
{
color: #FA99B0;
}
</style>
background-color css
<style>
a { background-color: #FA99B0; }
a { background-color: rgb(250,153,176); }
div.DivClassName
{
background-color: #FA99B0;
}
.BgClassName
{
background-color: #FA99B0;
}
</style>
border-color css
<style>
span { border-color: #FA99B0; }
span { border-color: rgb(250,153,176); }
td.TdClassName
{
border-color: #FA99B0;
}
.TagClassName
{
border-color: #FA99B0;
}
</style>