Shades of Illusion #F99CAC
Tints of Illusion #F99CAC
RGB
CMYK
RGB Variations
Color information
#F99CAC (or 0xF99CAC) is known color: Illusion. HEX triplet: F9, 9C and AC. RGB value is (249,156,172). Sum of RGB (Red+Green+Blue) = 249+156+172=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99CAC is #066353. Grayscale: #B9B9B9. Windows color (decimal): -418644 or 11312377. OLE color: 11312377.
HSL color Cylindrical-coordinate representation of color #F99CAC: hue angle of 349.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CAC is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 172 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.02 |
| HSL | 349.68º | 0.89% | 0.79% | - |
| HSV(B) | 349.68º | 0.37% | 0.98% | - |
| XYZ | 58.4 | 46.9 | 45 | - |
| YUV | 185.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 172 | 0 | 0.37 | 0.31 | 0.02 | 349.68 | 0.89 | 0.79 |
| Hex | F9 | 9C | AC | 0 | 25 | 1F | 2 | 15E | 59 | 4F |
| Octal | 371 | 234 | 254 | 0 | 45 | 37 | 2 | 536 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10101100 | 0 | 100101 | 11111 | 10 | 101011110 | 1011001 | 1001111 |
Color Harmonies of #F99CAC
Complementary color
Monochromatic Colors of #F99CAC
Black with #F99CAC
Text Example
Text Example
White with #F99CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CAC; }
p { color: rgb(249,156,172); }
H1.HeaderClassName
{
color: #F99CAC;
}
.AnyTagClassName
{
color: #F99CAC;
}
</style>
background-color css
<style>
a { background-color: #F99CAC; }
a { background-color: rgb(249,156,172); }
div.DivClassName
{
background-color: #F99CAC;
}
.BgClassName
{
background-color: #F99CAC;
}
</style>
border-color css
<style>
span { border-color: #F99CAC; }
span { border-color: rgb(249,156,172); }
td.TdClassName
{
border-color: #F99CAC;
}
.TagClassName
{
border-color: #F99CAC;
}
</style>