Shades of Lavender Rose #FBA5FD
Tints of Lavender Rose #FBA5FD
RGB
CMYK
RGB Variations
Color information
#FBA5FD (or 0xFBA5FD) is known color: Lavender Rose. HEX triplet: FB, A5 and FD. RGB value is (251,165,253). Sum of RGB (Red+Green+Blue) = 251+165+253=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 165 (64.84% from 255 or 24.66% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBA5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5FD is #045A02. Grayscale: #C8C8C8. Windows color (decimal): -285187 or 16623099. OLE color: 16623099.
HSL color Cylindrical-coordinate representation of color #FBA5FD: hue angle of 298.64º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA5FD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 165 | 253 | - |
CMYK | 0.01 | 0.35 | 0 | 0.01 |
HSL | 298.64º | 0.96% | 0.82% | - |
HSV(B) | 298.64º | 0.35% | 0.99% | - |
XYZ | 70.97 | 54.51 | 99.71 | - |
YUV | 200.75 | 157.49 | 163.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 165 | 253 | 0.01 | 0.35 | 0 | 0.01 | 298.64 | 0.96 | 0.82 |
Hex | FB | A5 | FD | 1 | 23 | 0 | 1 | 12B | 60 | 52 |
Octal | 373 | 245 | 375 | 1 | 43 | 0 | 1 | 453 | 140 | 122 |
Binary | 11111011 | 10100101 | 11111101 | 1 | 100011 | 0 | 1 | 100101011 | 1100000 | 1010010 |
Color Harmonies of #FBA5FD
Complementary color
Monochromatic Colors of #FBA5FD
Black with #FBA5FD
Text Example
Text Example
White with #FBA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5FD; }
p { color: rgb(251,165,253); }
H1.HeaderClassName
{
color: #FBA5FD;
}
.AnyTagClassName
{
color: #FBA5FD;
}
</style>
background-color css
<style>
a { background-color: #FBA5FD; }
a { background-color: rgb(251,165,253); }
div.DivClassName
{
background-color: #FBA5FD;
}
.BgClassName
{
background-color: #FBA5FD;
}
</style>
border-color css
<style>
span { border-color: #FBA5FD; }
span { border-color: rgb(251,165,253); }
td.TdClassName
{
border-color: #FBA5FD;
}
.TagClassName
{
border-color: #FBA5FD;
}
</style>