Shades of Illusion #FB92B4
Tints of Illusion #FB92B4
RGB
CMYK
RGB Variations
Color information
#FB92B4 (or 0xFB92B4) is known color: Illusion. HEX triplet: FB, 92 and B4. RGB value is (251,146,180). Sum of RGB (Red+Green+Blue) = 251+146+180=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92B4 is #046D4B. Grayscale: #B5B5B5. Windows color (decimal): -290124 or 11834107. OLE color: 11834107.
HSL color Cylindrical-coordinate representation of color #FB92B4: hue angle of 340.57º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92B4 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 180 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.02 |
| HSL | 340.57º | 0.93% | 0.78% | - |
| HSV(B) | 340.57º | 0.42% | 0.98% | - |
| XYZ | 58.3 | 44.36 | 48.67 | - |
| YUV | 181.27 | 127.29 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 180 | 0 | 0.42 | 0.28 | 0.02 | 340.57 | 0.93 | 0.78 |
| Hex | FB | 92 | B4 | 0 | 2A | 1C | 2 | 155 | 5D | 4E |
| Octal | 373 | 222 | 264 | 0 | 52 | 34 | 2 | 525 | 135 | 116 |
| Binary | 11111011 | 10010010 | 10110100 | 0 | 101010 | 11100 | 10 | 101010101 | 1011101 | 1001110 |
Color Harmonies of #FB92B4
Complementary color
Monochromatic Colors of #FB92B4
Black with #FB92B4
Text Example
Text Example
White with #FB92B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92B4; }
p { color: rgb(251,146,180); }
H1.HeaderClassName
{
color: #FB92B4;
}
.AnyTagClassName
{
color: #FB92B4;
}
</style>
background-color css
<style>
a { background-color: #FB92B4; }
a { background-color: rgb(251,146,180); }
div.DivClassName
{
background-color: #FB92B4;
}
.BgClassName
{
background-color: #FB92B4;
}
</style>
border-color css
<style>
span { border-color: #FB92B4; }
span { border-color: rgb(251,146,180); }
td.TdClassName
{
border-color: #FB92B4;
}
.TagClassName
{
border-color: #FB92B4;
}
</style>