Shades of Lavender Rose #FB94D5
Tints of Lavender Rose #FB94D5
RGB
CMYK
RGB Variations
Color information
#FB94D5 (or 0xFB94D5) is known color: Lavender Rose. HEX triplet: FB, 94 and D5. RGB value is (251,148,213). Sum of RGB (Red+Green+Blue) = 251+148+213=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94D5 is #046B2A. Grayscale: #BABABA. Windows color (decimal): -289579 or 13997307. OLE color: 13997307.
HSL color Cylindrical-coordinate representation of color #FB94D5: hue angle of 322.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94D5 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 148 | 213 | - |
CMYK | 0 | 0.41 | 0.15 | 0.02 |
HSL | 322.14º | 0.93% | 0.78% | - |
HSV(B) | 322.14º | 0.41% | 0.98% | - |
XYZ | 62.38 | 46.49 | 68.64 | - |
YUV | 186.21 | 143.12 | 174.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 148 | 213 | 0 | 0.41 | 0.15 | 0.02 | 322.14 | 0.93 | 0.78 |
Hex | FB | 94 | D5 | 0 | 29 | F | 2 | 142 | 5D | 4E |
Octal | 373 | 224 | 325 | 0 | 51 | 17 | 2 | 502 | 135 | 116 |
Binary | 11111011 | 10010100 | 11010101 | 0 | 101001 | 1111 | 10 | 101000010 | 1011101 | 1001110 |
Color Harmonies of #FB94D5
Complementary color
Monochromatic Colors of #FB94D5
Black with #FB94D5
Text Example
Text Example
White with #FB94D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94D5; }
p { color: rgb(251,148,213); }
H1.HeaderClassName
{
color: #FB94D5;
}
.AnyTagClassName
{
color: #FB94D5;
}
</style>
background-color css
<style>
a { background-color: #FB94D5; }
a { background-color: rgb(251,148,213); }
div.DivClassName
{
background-color: #FB94D5;
}
.BgClassName
{
background-color: #FB94D5;
}
</style>
border-color css
<style>
span { border-color: #FB94D5; }
span { border-color: rgb(251,148,213); }
td.TdClassName
{
border-color: #FB94D5;
}
.TagClassName
{
border-color: #FB94D5;
}
</style>