Shades of Lavender Rose #FB91D4
Tints of Lavender Rose #FB91D4
RGB
CMYK
RGB Variations
Color information
#FB91D4 (or 0xFB91D4) is known color: Lavender Rose. HEX triplet: FB, 91 and D4. RGB value is (251,145,212). Sum of RGB (Red+Green+Blue) = 251+145+212=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91D4 is #046E2B. Grayscale: #B8B8B8. Windows color (decimal): -290348 or 13931003. OLE color: 13931003.
HSL color Cylindrical-coordinate representation of color #FB91D4: hue angle of 322.08º 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 #FB91D4 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 145 | 212 | - |
CMYK | 0 | 0.42 | 0.16 | 0.02 |
HSL | 322.08º | 0.93% | 0.78% | - |
HSV(B) | 322.08º | 0.42% | 0.98% | - |
XYZ | 61.79 | 45.51 | 67.82 | - |
YUV | 184.33 | 143.62 | 175.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 145 | 212 | 0 | 0.42 | 0.16 | 0.02 | 322.08 | 0.93 | 0.78 |
Hex | FB | 91 | D4 | 0 | 2A | 10 | 2 | 142 | 5D | 4E |
Octal | 373 | 221 | 324 | 0 | 52 | 20 | 2 | 502 | 135 | 116 |
Binary | 11111011 | 10010001 | 11010100 | 0 | 101010 | 10000 | 10 | 101000010 | 1011101 | 1001110 |
Color Harmonies of #FB91D4
Complementary color
Monochromatic Colors of #FB91D4
Black with #FB91D4
Text Example
Text Example
White with #FB91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91D4; }
p { color: rgb(251,145,212); }
H1.HeaderClassName
{
color: #FB91D4;
}
.AnyTagClassName
{
color: #FB91D4;
}
</style>
background-color css
<style>
a { background-color: #FB91D4; }
a { background-color: rgb(251,145,212); }
div.DivClassName
{
background-color: #FB91D4;
}
.BgClassName
{
background-color: #FB91D4;
}
</style>
border-color css
<style>
span { border-color: #FB91D4; }
span { border-color: rgb(251,145,212); }
td.TdClassName
{
border-color: #FB91D4;
}
.TagClassName
{
border-color: #FB91D4;
}
</style>