Shades of Lavender Rose #FDB8FC
Tints of Lavender Rose #FDB8FC
RGB
CMYK
RGB Variations
Color information
#FDB8FC (or 0xFDB8FC) is known color: Lavender Rose. HEX triplet: FD, B8 and FC. RGB value is (253,184,252). Sum of RGB (Red+Green+Blue) = 253+184+252=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 184 (72.27% from 255 or 26.71% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8FC is #024703. Grayscale: #D4D4D4. Windows color (decimal): -149252 or 16562429. OLE color: 16562429.
HSL color Cylindrical-coordinate representation of color #FDB8FC: hue angle of 300.87º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8FC is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 184 | 252 | - |
CMYK | 0 | 0.27 | 0.00 | 0.01 |
HSL | 300.87º | 0.95% | 0.86% | - |
HSV(B) | 300.87º | 0.27% | 0.99% | - |
XYZ | 75.22 | 62.19 | 100.14 | - |
YUV | 212.38 | 150.36 | 156.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 184 | 252 | 0 | 0.27 | 0.00 | 0.01 | 300.87 | 0.95 | 0.86 |
Hex | FD | B8 | FC | 0 | 1B | 0 | 1 | 12D | 5F | 56 |
Octal | 375 | 270 | 374 | 0 | 33 | 0 | 1 | 455 | 137 | 126 |
Binary | 11111101 | 10111000 | 11111100 | 0 | 11011 | 0 | 1 | 100101101 | 1011111 | 1010110 |
Color Harmonies of #FDB8FC
Complementary color
Monochromatic Colors of #FDB8FC
Black with #FDB8FC
Text Example
Text Example
White with #FDB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8FC; }
p { color: rgb(253,184,252); }
H1.HeaderClassName
{
color: #FDB8FC;
}
.AnyTagClassName
{
color: #FDB8FC;
}
</style>
background-color css
<style>
a { background-color: #FDB8FC; }
a { background-color: rgb(253,184,252); }
div.DivClassName
{
background-color: #FDB8FC;
}
.BgClassName
{
background-color: #FDB8FC;
}
</style>
border-color css
<style>
span { border-color: #FDB8FC; }
span { border-color: rgb(253,184,252); }
td.TdClassName
{
border-color: #FDB8FC;
}
.TagClassName
{
border-color: #FDB8FC;
}
</style>