Shades of Illusion #FA9AB2
Tints of Illusion #FA9AB2
RGB
CMYK
RGB Variations
Color information
#FA9AB2 (or 0xFA9AB2) is known color: Illusion. HEX triplet: FA, 9A and B2. RGB value is (250,154,178). Sum of RGB (Red+Green+Blue) = 250+154+178=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9AB2 is #05654D. Grayscale: #B9B9B9. Windows color (decimal): -353614 or 11705082. OLE color: 11705082.
HSL color Cylindrical-coordinate representation of color #FA9AB2: hue angle of 345º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9AB2 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 154 | 178 | - |
CMYK | 0 | 0.38 | 0.29 | 0.02 |
HSL | 345º | 0.91% | 0.79% | - |
HSV(B) | 345º | 0.38% | 0.98% | - |
XYZ | 59.02 | 46.65 | 48.01 | - |
YUV | 185.44 | 123.8 | 174.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 154 | 178 | 0 | 0.38 | 0.29 | 0.02 | 345 | 0.91 | 0.79 |
Hex | FA | 9A | B2 | 0 | 26 | 1D | 2 | 159 | 5B | 4F |
Octal | 372 | 232 | 262 | 0 | 46 | 35 | 2 | 531 | 133 | 117 |
Binary | 11111010 | 10011010 | 10110010 | 0 | 100110 | 11101 | 10 | 101011001 | 1011011 | 1001111 |
Color Harmonies of #FA9AB2
Complementary color
Monochromatic Colors of #FA9AB2
Black with #FA9AB2
Text Example
Text Example
White with #FA9AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AB2; }
p { color: rgb(250,154,178); }
H1.HeaderClassName
{
color: #FA9AB2;
}
.AnyTagClassName
{
color: #FA9AB2;
}
</style>
background-color css
<style>
a { background-color: #FA9AB2; }
a { background-color: rgb(250,154,178); }
div.DivClassName
{
background-color: #FA9AB2;
}
.BgClassName
{
background-color: #FA9AB2;
}
</style>
border-color css
<style>
span { border-color: #FA9AB2; }
span { border-color: rgb(250,154,178); }
td.TdClassName
{
border-color: #FA9AB2;
}
.TagClassName
{
border-color: #FA9AB2;
}
</style>