Shades of Illusion #F29DBA
Tints of Illusion #F29DBA
RGB
CMYK
RGB Variations
Color information
#F29DBA (or 0xF29DBA) is known color: Illusion. HEX triplet: F2, 9D and BA. RGB value is (242,157,186). Sum of RGB (Red+Green+Blue) = 242+157+186=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DBA is #0D6245. Grayscale: #B9B9B9. Windows color (decimal): -877126 or 12230130. OLE color: 12230130.
HSL color Cylindrical-coordinate representation of color #F29DBA: hue angle of 339.53º 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 #F29DBA is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 186 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.05 |
| HSL | 339.53º | 0.77% | 0.78% | - |
| HSV(B) | 339.53º | 0.35% | 0.95% | - |
| XYZ | 57.54 | 46.54 | 52.4 | - |
| YUV | 185.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 186 | 0 | 0.35 | 0.23 | 0.05 | 339.53 | 0.77 | 0.78 |
| Hex | F2 | 9D | BA | 0 | 23 | 17 | 5 | 154 | 4D | 4E |
| Octal | 362 | 235 | 272 | 0 | 43 | 27 | 5 | 524 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10111010 | 0 | 100011 | 10111 | 101 | 101010100 | 1001101 | 1001110 |
Color Harmonies of #F29DBA
Complementary color
Monochromatic Colors of #F29DBA
Black with #F29DBA
Text Example
Text Example
White with #F29DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DBA; }
p { color: rgb(242,157,186); }
H1.HeaderClassName
{
color: #F29DBA;
}
.AnyTagClassName
{
color: #F29DBA;
}
</style>
background-color css
<style>
a { background-color: #F29DBA; }
a { background-color: rgb(242,157,186); }
div.DivClassName
{
background-color: #F29DBA;
}
.BgClassName
{
background-color: #F29DBA;
}
</style>
border-color css
<style>
span { border-color: #F29DBA; }
span { border-color: rgb(242,157,186); }
td.TdClassName
{
border-color: #F29DBA;
}
.TagClassName
{
border-color: #F29DBA;
}
</style>