Shades of Illusion #F29DB8
Tints of Illusion #F29DB8
RGB
CMYK
RGB Variations
Color information
#F29DB8 (or 0xF29DB8) is known color: Illusion. HEX triplet: F2, 9D and B8. RGB value is (242,157,184). Sum of RGB (Red+Green+Blue) = 242+157+184=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DB8 is #0D6247. Grayscale: #B9B9B9. Windows color (decimal): -877128 or 12099058. OLE color: 12099058.
HSL color Cylindrical-coordinate representation of color #F29DB8: hue angle of 340.94º 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 #F29DB8 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 184 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.05 |
| HSL | 340.94º | 0.77% | 0.78% | - |
| HSV(B) | 340.94º | 0.35% | 0.95% | - |
| XYZ | 57.33 | 46.45 | 51.29 | - |
| YUV | 185.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 184 | 0 | 0.35 | 0.24 | 0.05 | 340.94 | 0.77 | 0.78 |
| Hex | F2 | 9D | B8 | 0 | 23 | 18 | 5 | 155 | 4D | 4E |
| Octal | 362 | 235 | 270 | 0 | 43 | 30 | 5 | 525 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10111000 | 0 | 100011 | 11000 | 101 | 101010101 | 1001101 | 1001110 |
Color Harmonies of #F29DB8
Complementary color
Monochromatic Colors of #F29DB8
Black with #F29DB8
Text Example
Text Example
White with #F29DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DB8; }
p { color: rgb(242,157,184); }
H1.HeaderClassName
{
color: #F29DB8;
}
.AnyTagClassName
{
color: #F29DB8;
}
</style>
background-color css
<style>
a { background-color: #F29DB8; }
a { background-color: rgb(242,157,184); }
div.DivClassName
{
background-color: #F29DB8;
}
.BgClassName
{
background-color: #F29DB8;
}
</style>
border-color css
<style>
span { border-color: #F29DB8; }
span { border-color: rgb(242,157,184); }
td.TdClassName
{
border-color: #F29DB8;
}
.TagClassName
{
border-color: #F29DB8;
}
</style>