Shades of Illusion #F29DAE
Tints of Illusion #F29DAE
RGB
CMYK
RGB Variations
Color information
#F29DAE (or 0xF29DAE) is known color: Illusion. HEX triplet: F2, 9D and AE. RGB value is (242,157,174). Sum of RGB (Red+Green+Blue) = 242+157+174=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29DAE is #0D6251. Grayscale: #B8B8B8. Windows color (decimal): -877138 or 11443698. OLE color: 11443698.
HSL color Cylindrical-coordinate representation of color #F29DAE: hue angle of 348º 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 #F29DAE is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 174 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.05 |
| HSL | 348º | 0.77% | 0.78% | - |
| HSV(B) | 348º | 0.35% | 0.95% | - |
| XYZ | 56.31 | 46.05 | 45.96 | - |
| YUV | 184.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 174 | 0 | 0.35 | 0.28 | 0.05 | 348 | 0.77 | 0.78 |
| Hex | F2 | 9D | AE | 0 | 23 | 1C | 5 | 15C | 4D | 4E |
| Octal | 362 | 235 | 256 | 0 | 43 | 34 | 5 | 534 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10101110 | 0 | 100011 | 11100 | 101 | 101011100 | 1001101 | 1001110 |
Color Harmonies of #F29DAE
Complementary color
Monochromatic Colors of #F29DAE
Black with #F29DAE
Text Example
Text Example
White with #F29DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DAE; }
p { color: rgb(242,157,174); }
H1.HeaderClassName
{
color: #F29DAE;
}
.AnyTagClassName
{
color: #F29DAE;
}
</style>
background-color css
<style>
a { background-color: #F29DAE; }
a { background-color: rgb(242,157,174); }
div.DivClassName
{
background-color: #F29DAE;
}
.BgClassName
{
background-color: #F29DAE;
}
</style>
border-color css
<style>
span { border-color: #F29DAE; }
span { border-color: rgb(242,157,174); }
td.TdClassName
{
border-color: #F29DAE;
}
.TagClassName
{
border-color: #F29DAE;
}
</style>