Shades of Lavender Rose #FB9ADC
Tints of Lavender Rose #FB9ADC
RGB
CMYK
RGB Variations
Color information
#FB9ADC (or 0xFB9ADC) is known color: Lavender Rose. HEX triplet: FB, 9A and DC. RGB value is (251,154,220). Sum of RGB (Red+Green+Blue) = 251+154+220=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ADC is #046523. Grayscale: #BEBEBE. Windows color (decimal): -288036 or 14457595. OLE color: 14457595.
HSL color Cylindrical-coordinate representation of color #FB9ADC: hue angle of 319.18º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9ADC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 220 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 319.18º | 0.92% | 0.79% | - |
| HSV(B) | 319.18º | 0.39% | 0.98% | - |
| XYZ | 64.26 | 48.79 | 73.74 | - |
| YUV | 190.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 220 | 0 | 0.39 | 0.12 | 0.02 | 319.18 | 0.92 | 0.79 |
| Hex | FB | 9A | DC | 0 | 27 | C | 2 | 13F | 5C | 4F |
| Octal | 373 | 232 | 334 | 0 | 47 | 14 | 2 | 477 | 134 | 117 |
| Binary | 11111011 | 10011010 | 11011100 | 0 | 100111 | 1100 | 10 | 100111111 | 1011100 | 1001111 |
Color Harmonies of #FB9ADC
Complementary color
Monochromatic Colors of #FB9ADC
Black with #FB9ADC
Text Example
Text Example
White with #FB9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9ADC; }
p { color: rgb(251,154,220); }
H1.HeaderClassName
{
color: #FB9ADC;
}
.AnyTagClassName
{
color: #FB9ADC;
}
</style>
background-color css
<style>
a { background-color: #FB9ADC; }
a { background-color: rgb(251,154,220); }
div.DivClassName
{
background-color: #FB9ADC;
}
.BgClassName
{
background-color: #FB9ADC;
}
</style>
border-color css
<style>
span { border-color: #FB9ADC; }
span { border-color: rgb(251,154,220); }
td.TdClassName
{
border-color: #FB9ADC;
}
.TagClassName
{
border-color: #FB9ADC;
}
</style>