Shades of Lavender Rose #FDB2FE
Tints of Lavender Rose #FDB2FE
RGB
CMYK
RGB Variations
Color information
#FDB2FE (or 0xFDB2FE) is known color: Lavender Rose. HEX triplet: FD, B2 and FE. RGB value is (253,178,254). Sum of RGB (Red+Green+Blue) = 253+178+254=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 178 (69.92% from 255 or 25.99% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2FE is #024D01. Grayscale: #D0D0D0. Windows color (decimal): -150786 or 16691965. OLE color: 16691965.
HSL color Cylindrical-coordinate representation of color #FDB2FE: hue angle of 299.21º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2FE is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 178 | 254 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.00 |
| HSL | 299.21º | 0.97% | 0.85% | - |
| HSV(B) | 299.21º | 0.3% | 1% | - |
| XYZ | 74.32 | 59.88 | 101.41 | - |
| YUV | 209.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 254 | 0.00 | 0.30 | 0 | 0.00 | 299.21 | 0.97 | 0.85 |
| Hex | FD | B2 | FE | 0 | 1E | 0 | 0 | 12B | 61 | 55 |
| Octal | 375 | 262 | 376 | 0 | 36 | 0 | 0 | 453 | 141 | 125 |
| Binary | 11111101 | 10110010 | 11111110 | 0 | 11110 | 0 | 0 | 100101011 | 1100001 | 1010101 |
Color Harmonies of #FDB2FE
Complementary color
Monochromatic Colors of #FDB2FE
Black with #FDB2FE
Text Example
Text Example
White with #FDB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2FE; }
p { color: rgb(253,178,254); }
H1.HeaderClassName
{
color: #FDB2FE;
}
.AnyTagClassName
{
color: #FDB2FE;
}
</style>
background-color css
<style>
a { background-color: #FDB2FE; }
a { background-color: rgb(253,178,254); }
div.DivClassName
{
background-color: #FDB2FE;
}
.BgClassName
{
background-color: #FDB2FE;
}
</style>
border-color css
<style>
span { border-color: #FDB2FE; }
span { border-color: rgb(253,178,254); }
td.TdClassName
{
border-color: #FDB2FE;
}
.TagClassName
{
border-color: #FDB2FE;
}
</style>