Shades of Lavender Rose #FFACEB
Tints of Lavender Rose #FFACEB
RGB
CMYK
RGB Variations
Color information
#FFACEB (or 0xFFACEB) is known color: Lavender Rose. HEX triplet: FF, AC and EB. RGB value is (255,172,235). Sum of RGB (Red+Green+Blue) = 255+172+235=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACEB is #005314. Grayscale: #CBCBCB. Windows color (decimal): -21269 or 15445247. OLE color: 15445247.
HSL color Cylindrical-coordinate representation of color #FFACEB: hue angle of 314.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACEB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 172 | 235 | - |
CMYK | 0 | 0.33 | 0.08 | 0 |
HSL | 314.46º | 1% | 0.84% | - |
HSV(B) | 314.46º | 0.33% | 1% | - |
XYZ | 70.99 | 56.76 | 85.81 | - |
YUV | 204 | 145.5 | 164.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 172 | 235 | 0 | 0.33 | 0.08 | 0 | 314.46 | 1 | 0.84 |
Hex | FF | AC | EB | 0 | 21 | 8 | 0 | 13A | 64 | 54 |
Octal | 377 | 254 | 353 | 0 | 41 | 10 | 0 | 472 | 144 | 124 |
Binary | 11111111 | 10101100 | 11101011 | 0 | 100001 | 1000 | 0 | 100111010 | 1100100 | 1010100 |
Color Harmonies of #FFACEB
Complementary color
Monochromatic Colors of #FFACEB
Black with #FFACEB
Text Example
Text Example
White with #FFACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACEB; }
p { color: rgb(255,172,235); }
H1.HeaderClassName
{
color: #FFACEB;
}
.AnyTagClassName
{
color: #FFACEB;
}
</style>
background-color css
<style>
a { background-color: #FFACEB; }
a { background-color: rgb(255,172,235); }
div.DivClassName
{
background-color: #FFACEB;
}
.BgClassName
{
background-color: #FFACEB;
}
</style>
border-color css
<style>
span { border-color: #FFACEB; }
span { border-color: rgb(255,172,235); }
td.TdClassName
{
border-color: #FFACEB;
}
.TagClassName
{
border-color: #FFACEB;
}
</style>