Shades of Lavender Rose #FFADE4
Tints of Lavender Rose #FFADE4
RGB
CMYK
RGB Variations
Color information
#FFADE4 (or 0xFFADE4) is known color: Lavender Rose. HEX triplet: FF, AD and E4. RGB value is (255,173,228). Sum of RGB (Red+Green+Blue) = 255+173+228=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADE4 is #00521B. Grayscale: #CBCBCB. Windows color (decimal): -21020 or 14986751. OLE color: 14986751.
HSL color Cylindrical-coordinate representation of color #FFADE4: hue angle of 319.76º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADE4 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 173 | 228 | - |
CMYK | 0 | 0.32 | 0.11 | 0 |
HSL | 319.76º | 1% | 0.84% | - |
HSV(B) | 319.76º | 0.32% | 1% | - |
XYZ | 70.19 | 56.75 | 80.65 | - |
YUV | 203.79 | 141.67 | 164.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 173 | 228 | 0 | 0.32 | 0.11 | 0 | 319.76 | 1 | 0.84 |
Hex | FF | AD | E4 | 0 | 20 | B | 0 | 140 | 64 | 54 |
Octal | 377 | 255 | 344 | 0 | 40 | 13 | 0 | 500 | 144 | 124 |
Binary | 11111111 | 10101101 | 11100100 | 0 | 100000 | 1011 | 0 | 101000000 | 1100100 | 1010100 |
Color Harmonies of #FFADE4
Complementary color
Monochromatic Colors of #FFADE4
Black with #FFADE4
Text Example
Text Example
White with #FFADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADE4; }
p { color: rgb(255,173,228); }
H1.HeaderClassName
{
color: #FFADE4;
}
.AnyTagClassName
{
color: #FFADE4;
}
</style>
background-color css
<style>
a { background-color: #FFADE4; }
a { background-color: rgb(255,173,228); }
div.DivClassName
{
background-color: #FFADE4;
}
.BgClassName
{
background-color: #FFADE4;
}
</style>
border-color css
<style>
span { border-color: #FFADE4; }
span { border-color: rgb(255,173,228); }
td.TdClassName
{
border-color: #FFADE4;
}
.TagClassName
{
border-color: #FFADE4;
}
</style>