Shades of Illusion #F29DB3
Tints of Illusion #F29DB3
RGB
CMYK
RGB Variations
Color information
#F29DB3 (or 0xF29DB3) is known color: Illusion. HEX triplet: F2, 9D and B3. RGB value is (242,157,179). Sum of RGB (Red+Green+Blue) = 242+157+179=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DB3 is #0D624C. Grayscale: #B8B8B8. Windows color (decimal): -877133 or 11771378. OLE color: 11771378.
HSL color Cylindrical-coordinate representation of color #F29DB3: hue angle of 344.47º 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 #F29DB3 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 179 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.05 |
| HSL | 344.47º | 0.77% | 0.78% | - |
| HSV(B) | 344.47º | 0.35% | 0.95% | - |
| XYZ | 56.81 | 46.25 | 48.58 | - |
| YUV | 184.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 179 | 0 | 0.35 | 0.26 | 0.05 | 344.47 | 0.77 | 0.78 |
| Hex | F2 | 9D | B3 | 0 | 23 | 1A | 5 | 158 | 4D | 4E |
| Octal | 362 | 235 | 263 | 0 | 43 | 32 | 5 | 530 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10110011 | 0 | 100011 | 11010 | 101 | 101011000 | 1001101 | 1001110 |
Color Harmonies of #F29DB3
Complementary color
Monochromatic Colors of #F29DB3
Black with #F29DB3
Text Example
Text Example
White with #F29DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DB3; }
p { color: rgb(242,157,179); }
H1.HeaderClassName
{
color: #F29DB3;
}
.AnyTagClassName
{
color: #F29DB3;
}
</style>
background-color css
<style>
a { background-color: #F29DB3; }
a { background-color: rgb(242,157,179); }
div.DivClassName
{
background-color: #F29DB3;
}
.BgClassName
{
background-color: #F29DB3;
}
</style>
border-color css
<style>
span { border-color: #F29DB3; }
span { border-color: rgb(242,157,179); }
td.TdClassName
{
border-color: #F29DB3;
}
.TagClassName
{
border-color: #F29DB3;
}
</style>