Shades of Lavender Rose #FDB4FD
Tints of Lavender Rose #FDB4FD
RGB
CMYK
RGB Variations
Color information
#FDB4FD (or 0xFDB4FD) is known color: Lavender Rose. HEX triplet: FD, B4 and FD. RGB value is (253,180,253). Sum of RGB (Red+Green+Blue) = 253+180+253=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 180 (70.70% from 255 or 26.24% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4FD is #024B02. Grayscale: #D1D1D1. Windows color (decimal): -150275 or 16626941. OLE color: 16626941.
HSL color Cylindrical-coordinate representation of color #FDB4FD: 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.29%. Process color model (Four color, CMYK) of #FDB4FD is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 253 | - |
CMYK | 0 | 0.29 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.85% | - |
HSV(B) | 300º | 0.29% | 0.99% | - |
XYZ | 74.56 | 60.62 | 100.7 | - |
YUV | 210.15 | 152.18 | 158.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 253 | 0 | 0.29 | 0 | 0.01 | 300 | 0.95 | 0.85 |
Hex | FD | B4 | FD | 0 | 1D | 0 | 1 | 12C | 5F | 55 |
Octal | 375 | 264 | 375 | 0 | 35 | 0 | 1 | 454 | 137 | 125 |
Binary | 11111101 | 10110100 | 11111101 | 0 | 11101 | 0 | 1 | 100101100 | 1011111 | 1010101 |
Color Harmonies of #FDB4FD
Complementary color
Monochromatic Colors of #FDB4FD
Black with #FDB4FD
Text Example
Text Example
White with #FDB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4FD; }
p { color: rgb(253,180,253); }
H1.HeaderClassName
{
color: #FDB4FD;
}
.AnyTagClassName
{
color: #FDB4FD;
}
</style>
background-color css
<style>
a { background-color: #FDB4FD; }
a { background-color: rgb(253,180,253); }
div.DivClassName
{
background-color: #FDB4FD;
}
.BgClassName
{
background-color: #FDB4FD;
}
</style>
border-color css
<style>
span { border-color: #FDB4FD; }
span { border-color: rgb(253,180,253); }
td.TdClassName
{
border-color: #FDB4FD;
}
.TagClassName
{
border-color: #FDB4FD;
}
</style>