Shades of Lavender Rose #FFACEA
Tints of Lavender Rose #FFACEA
RGB
CMYK
RGB Variations
Color information
#FFACEA (or 0xFFACEA) is known color: Lavender Rose. HEX triplet: FF, AC and EA. RGB value is (255,172,234). Sum of RGB (Red+Green+Blue) = 255+172+234=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACEA is #005315. Grayscale: #CBCBCB. Windows color (decimal): -21270 or 15379711. OLE color: 15379711.
HSL color Cylindrical-coordinate representation of color #FFACEA: hue angle of 315.18º 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 #FFACEA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 172 | 234 | - |
CMYK | 0 | 0.33 | 0.08 | 0 |
HSL | 315.18º | 1% | 0.84% | - |
HSV(B) | 315.18º | 0.33% | 1% | - |
XYZ | 70.84 | 56.71 | 85.05 | - |
YUV | 203.89 | 145 | 164.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 172 | 234 | 0 | 0.33 | 0.08 | 0 | 315.18 | 1 | 0.84 |
Hex | FF | AC | EA | 0 | 21 | 8 | 0 | 13B | 64 | 54 |
Octal | 377 | 254 | 352 | 0 | 41 | 10 | 0 | 473 | 144 | 124 |
Binary | 11111111 | 10101100 | 11101010 | 0 | 100001 | 1000 | 0 | 100111011 | 1100100 | 1010100 |
Color Harmonies of #FFACEA
Complementary color
Monochromatic Colors of #FFACEA
Black with #FFACEA
Text Example
Text Example
White with #FFACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACEA; }
p { color: rgb(255,172,234); }
H1.HeaderClassName
{
color: #FFACEA;
}
.AnyTagClassName
{
color: #FFACEA;
}
</style>
background-color css
<style>
a { background-color: #FFACEA; }
a { background-color: rgb(255,172,234); }
div.DivClassName
{
background-color: #FFACEA;
}
.BgClassName
{
background-color: #FFACEA;
}
</style>
border-color css
<style>
span { border-color: #FFACEA; }
span { border-color: rgb(255,172,234); }
td.TdClassName
{
border-color: #FFACEA;
}
.TagClassName
{
border-color: #FFACEA;
}
</style>