Shades of Lavender Rose #FDACFB
Tints of Lavender Rose #FDACFB
RGB
CMYK
RGB Variations
Color information
#FDACFB (or 0xFDACFB) is known color: Lavender Rose. HEX triplet: FD, AC and FB. RGB value is (253,172,251). Sum of RGB (Red+Green+Blue) = 253+172+251=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 172 (67.58% from 255 or 25.44% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFB is #025304. Grayscale: #CCCCCC. Windows color (decimal): -152325 or 16493821. OLE color: 16493821.
HSL color Cylindrical-coordinate representation of color #FDACFB: hue angle of 301.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACFB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 251 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.01 |
| HSL | 301.48º | 0.95% | 0.83% | - |
| HSV(B) | 301.48º | 0.32% | 0.99% | - |
| XYZ | 72.67 | 57.35 | 98.51 | - |
| YUV | 205.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 251 | 0 | 0.32 | 0.01 | 0.01 | 301.48 | 0.95 | 0.83 |
| Hex | FD | AC | FB | 0 | 20 | 1 | 1 | 12D | 5F | 53 |
| Octal | 375 | 254 | 373 | 0 | 40 | 1 | 1 | 455 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11111011 | 0 | 100000 | 1 | 1 | 100101101 | 1011111 | 1010011 |
Color Harmonies of #FDACFB
Complementary color
Monochromatic Colors of #FDACFB
Black with #FDACFB
Text Example
Text Example
White with #FDACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACFB; }
p { color: rgb(253,172,251); }
H1.HeaderClassName
{
color: #FDACFB;
}
.AnyTagClassName
{
color: #FDACFB;
}
</style>
background-color css
<style>
a { background-color: #FDACFB; }
a { background-color: rgb(253,172,251); }
div.DivClassName
{
background-color: #FDACFB;
}
.BgClassName
{
background-color: #FDACFB;
}
</style>
border-color css
<style>
span { border-color: #FDACFB; }
span { border-color: rgb(253,172,251); }
td.TdClassName
{
border-color: #FDACFB;
}
.TagClassName
{
border-color: #FDACFB;
}
</style>