Shades of Lavender Rose #FDB4FC
Tints of Lavender Rose #FDB4FC
RGB
CMYK
RGB Variations
Color information
#FDB4FC (or 0xFDB4FC) is known color: Lavender Rose. HEX triplet: FD, B4 and FC. RGB value is (253,180,252). Sum of RGB (Red+Green+Blue) = 253+180+252=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 180 (70.70% from 255 or 26.28% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4FC is #024B03. Grayscale: #D1D1D1. Windows color (decimal): -150276 or 16561405. OLE color: 16561405.
HSL color Cylindrical-coordinate representation of color #FDB4FC: hue angle of 300.82º 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 #FDB4FC is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 252 | - |
CMYK | 0 | 0.29 | 0.00 | 0.01 |
HSL | 300.82º | 0.95% | 0.85% | - |
HSV(B) | 300.82º | 0.29% | 0.99% | - |
XYZ | 74.4 | 60.55 | 99.86 | - |
YUV | 210.04 | 151.68 | 158.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 252 | 0 | 0.29 | 0.00 | 0.01 | 300.82 | 0.95 | 0.85 |
Hex | FD | B4 | FC | 0 | 1D | 0 | 1 | 12D | 5F | 55 |
Octal | 375 | 264 | 374 | 0 | 35 | 0 | 1 | 455 | 137 | 125 |
Binary | 11111101 | 10110100 | 11111100 | 0 | 11101 | 0 | 1 | 100101101 | 1011111 | 1010101 |
Color Harmonies of #FDB4FC
Complementary color
Monochromatic Colors of #FDB4FC
Black with #FDB4FC
Text Example
Text Example
White with #FDB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4FC; }
p { color: rgb(253,180,252); }
H1.HeaderClassName
{
color: #FDB4FC;
}
.AnyTagClassName
{
color: #FDB4FC;
}
</style>
background-color css
<style>
a { background-color: #FDB4FC; }
a { background-color: rgb(253,180,252); }
div.DivClassName
{
background-color: #FDB4FC;
}
.BgClassName
{
background-color: #FDB4FC;
}
</style>
border-color css
<style>
span { border-color: #FDB4FC; }
span { border-color: rgb(253,180,252); }
td.TdClassName
{
border-color: #FDB4FC;
}
.TagClassName
{
border-color: #FDB4FC;
}
</style>