Shades of Illusion #F29DB5
Tints of Illusion #F29DB5
RGB
CMYK
RGB Variations
Color information
#F29DB5 (or 0xF29DB5) is known color: Illusion. HEX triplet: F2, 9D and B5. RGB value is (242,157,181). Sum of RGB (Red+Green+Blue) = 242+157+181=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DB5 is #0D624A. Grayscale: #B9B9B9. Windows color (decimal): -877131 or 11902450. OLE color: 11902450.
HSL color Cylindrical-coordinate representation of color #F29DB5: hue angle of 343.06º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29DB5 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 181 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.05 |
| HSL | 343.06º | 0.77% | 0.78% | - |
| HSV(B) | 343.06º | 0.35% | 0.95% | - |
| XYZ | 57.02 | 46.33 | 49.65 | - |
| YUV | 185.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 181 | 0 | 0.35 | 0.25 | 0.05 | 343.06 | 0.77 | 0.78 |
| Hex | F2 | 9D | B5 | 0 | 23 | 19 | 5 | 157 | 4D | 4E |
| Octal | 362 | 235 | 265 | 0 | 43 | 31 | 5 | 527 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10110101 | 0 | 100011 | 11001 | 101 | 101010111 | 1001101 | 1001110 |
Color Harmonies of #F29DB5
Complementary color
Monochromatic Colors of #F29DB5
Black with #F29DB5
Text Example
Text Example
White with #F29DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DB5; }
p { color: rgb(242,157,181); }
H1.HeaderClassName
{
color: #F29DB5;
}
.AnyTagClassName
{
color: #F29DB5;
}
</style>
background-color css
<style>
a { background-color: #F29DB5; }
a { background-color: rgb(242,157,181); }
div.DivClassName
{
background-color: #F29DB5;
}
.BgClassName
{
background-color: #F29DB5;
}
</style>
border-color css
<style>
span { border-color: #F29DB5; }
span { border-color: rgb(242,157,181); }
td.TdClassName
{
border-color: #F29DB5;
}
.TagClassName
{
border-color: #F29DB5;
}
</style>