Shades of Lavender Rose #FDB2F8
Tints of Lavender Rose #FDB2F8
RGB
CMYK
RGB Variations
Color information
#FDB2F8 (or 0xFDB2F8) is known color: Lavender Rose. HEX triplet: FD, B2 and F8. RGB value is (253,178,248). Sum of RGB (Red+Green+Blue) = 253+178+248=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 178 (69.92% from 255 or 26.22% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2F8 is #024D07. Grayscale: #D0D0D0. Windows color (decimal): -150792 or 16298749. OLE color: 16298749.
HSL color Cylindrical-coordinate representation of color #FDB2F8: hue angle of 304º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2F8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 248 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.01 |
| HSL | 304º | 0.95% | 0.85% | - |
| HSV(B) | 304º | 0.3% | 0.99% | - |
| XYZ | 73.37 | 59.5 | 96.42 | - |
| YUV | 208.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 248 | 0 | 0.30 | 0.02 | 0.01 | 304 | 0.95 | 0.85 |
| Hex | FD | B2 | F8 | 0 | 1E | 2 | 1 | 130 | 5F | 55 |
| Octal | 375 | 262 | 370 | 0 | 36 | 2 | 1 | 460 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11111000 | 0 | 11110 | 10 | 1 | 100110000 | 1011111 | 1010101 |
Color Harmonies of #FDB2F8
Complementary color
Monochromatic Colors of #FDB2F8
Black with #FDB2F8
Text Example
Text Example
White with #FDB2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2F8; }
p { color: rgb(253,178,248); }
H1.HeaderClassName
{
color: #FDB2F8;
}
.AnyTagClassName
{
color: #FDB2F8;
}
</style>
background-color css
<style>
a { background-color: #FDB2F8; }
a { background-color: rgb(253,178,248); }
div.DivClassName
{
background-color: #FDB2F8;
}
.BgClassName
{
background-color: #FDB2F8;
}
</style>
border-color css
<style>
span { border-color: #FDB2F8; }
span { border-color: rgb(253,178,248); }
td.TdClassName
{
border-color: #FDB2F8;
}
.TagClassName
{
border-color: #FDB2F8;
}
</style>