Shades of Lavender Rose #FDB6FD
Tints of Lavender Rose #FDB6FD
RGB
CMYK
RGB Variations
Color information
#FDB6FD (or 0xFDB6FD) is known color: Lavender Rose. HEX triplet: FD, B6 and FD. RGB value is (253,182,253). Sum of RGB (Red+Green+Blue) = 253+182+253=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 182 (71.48% from 255 or 26.45% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6FD is #024902. Grayscale: #D3D3D3. Windows color (decimal): -149763 or 16627453. OLE color: 16627453.
HSL color Cylindrical-coordinate representation of color #FDB6FD: hue angle of 300º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6FD is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 182 | 253 | - |
CMYK | 0 | 0.28 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.85% | - |
HSV(B) | 300º | 0.28% | 0.99% | - |
XYZ | 74.97 | 61.43 | 100.83 | - |
YUV | 211.32 | 151.52 | 157.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 182 | 253 | 0 | 0.28 | 0 | 0.01 | 300 | 0.95 | 0.85 |
Hex | FD | B6 | FD | 0 | 1C | 0 | 1 | 12C | 5F | 55 |
Octal | 375 | 266 | 375 | 0 | 34 | 0 | 1 | 454 | 137 | 125 |
Binary | 11111101 | 10110110 | 11111101 | 0 | 11100 | 0 | 1 | 100101100 | 1011111 | 1010101 |
Color Harmonies of #FDB6FD
Complementary color
Monochromatic Colors of #FDB6FD
Black with #FDB6FD
Text Example
Text Example
White with #FDB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6FD; }
p { color: rgb(253,182,253); }
H1.HeaderClassName
{
color: #FDB6FD;
}
.AnyTagClassName
{
color: #FDB6FD;
}
</style>
background-color css
<style>
a { background-color: #FDB6FD; }
a { background-color: rgb(253,182,253); }
div.DivClassName
{
background-color: #FDB6FD;
}
.BgClassName
{
background-color: #FDB6FD;
}
</style>
border-color css
<style>
span { border-color: #FDB6FD; }
span { border-color: rgb(253,182,253); }
td.TdClassName
{
border-color: #FDB6FD;
}
.TagClassName
{
border-color: #FDB6FD;
}
</style>