Shades of Illusion #F29CB2
Tints of Illusion #F29CB2
RGB
CMYK
RGB Variations
Color information
#F29CB2 (or 0xF29CB2) is known color: Illusion. HEX triplet: F2, 9C and B2. RGB value is (242,156,178). Sum of RGB (Red+Green+Blue) = 242+156+178=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29CB2 is #0D634D. Grayscale: #B8B8B8. Windows color (decimal): -877390 or 11705586. OLE color: 11705586.
HSL color Cylindrical-coordinate representation of color #F29CB2: hue angle of 344.65º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29CB2 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 178 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.05 |
| HSL | 344.65º | 0.77% | 0.78% | - |
| HSV(B) | 344.65º | 0.36% | 0.95% | - |
| XYZ | 56.54 | 45.87 | 47.99 | - |
| YUV | 184.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 178 | 0 | 0.36 | 0.26 | 0.05 | 344.65 | 0.77 | 0.78 |
| Hex | F2 | 9C | B2 | 0 | 24 | 1A | 5 | 159 | 4D | 4E |
| Octal | 362 | 234 | 262 | 0 | 44 | 32 | 5 | 531 | 115 | 116 |
| Binary | 11110010 | 10011100 | 10110010 | 0 | 100100 | 11010 | 101 | 101011001 | 1001101 | 1001110 |
Color Harmonies of #F29CB2
Complementary color
Monochromatic Colors of #F29CB2
Black with #F29CB2
Text Example
Text Example
White with #F29CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CB2; }
p { color: rgb(242,156,178); }
H1.HeaderClassName
{
color: #F29CB2;
}
.AnyTagClassName
{
color: #F29CB2;
}
</style>
background-color css
<style>
a { background-color: #F29CB2; }
a { background-color: rgb(242,156,178); }
div.DivClassName
{
background-color: #F29CB2;
}
.BgClassName
{
background-color: #F29CB2;
}
</style>
border-color css
<style>
span { border-color: #F29CB2; }
span { border-color: rgb(242,156,178); }
td.TdClassName
{
border-color: #F29CB2;
}
.TagClassName
{
border-color: #F29CB2;
}
</style>