Shades of Lavender Rose #FDACEB
Tints of Lavender Rose #FDACEB
RGB
CMYK
RGB Variations
Color information
#FDACEB (or 0xFDACEB) is known color: Lavender Rose. HEX triplet: FD, AC and EB. RGB value is (253,172,235). Sum of RGB (Red+Green+Blue) = 253+172+235=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACEB is #025314. Grayscale: #CBCBCB. Windows color (decimal): -152341 or 15445245. OLE color: 15445245.
HSL color Cylindrical-coordinate representation of color #FDACEB: hue angle of 313.33º 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 #FDACEB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 172 | 235 | - |
CMYK | 0 | 0.32 | 0.07 | 0.01 |
HSL | 313.33º | 0.95% | 0.83% | - |
HSV(B) | 313.33º | 0.32% | 0.99% | - |
XYZ | 70.26 | 56.39 | 85.78 | - |
YUV | 203.4 | 145.84 | 163.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 172 | 235 | 0 | 0.32 | 0.07 | 0.01 | 313.33 | 0.95 | 0.83 |
Hex | FD | AC | EB | 0 | 20 | 7 | 1 | 139 | 5F | 53 |
Octal | 375 | 254 | 353 | 0 | 40 | 7 | 1 | 471 | 137 | 123 |
Binary | 11111101 | 10101100 | 11101011 | 0 | 100000 | 111 | 1 | 100111001 | 1011111 | 1010011 |
Color Harmonies of #FDACEB
Complementary color
Monochromatic Colors of #FDACEB
Black with #FDACEB
Text Example
Text Example
White with #FDACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACEB; }
p { color: rgb(253,172,235); }
H1.HeaderClassName
{
color: #FDACEB;
}
.AnyTagClassName
{
color: #FDACEB;
}
</style>
background-color css
<style>
a { background-color: #FDACEB; }
a { background-color: rgb(253,172,235); }
div.DivClassName
{
background-color: #FDACEB;
}
.BgClassName
{
background-color: #FDACEB;
}
</style>
border-color css
<style>
span { border-color: #FDACEB; }
span { border-color: rgb(253,172,235); }
td.TdClassName
{
border-color: #FDACEB;
}
.TagClassName
{
border-color: #FDACEB;
}
</style>