Shades of Lavender Rose #FD9AEC
Tints of Lavender Rose #FD9AEC
RGB
CMYK
RGB Variations
Color information
#FD9AEC (or 0xFD9AEC) is known color: Lavender Rose. HEX triplet: FD, 9A and EC. RGB value is (253,154,236). Sum of RGB (Red+Green+Blue) = 253+154+236=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 154 (60.55% from 255 or 23.95% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9AEC is #026513. Grayscale: #C0C0C0. Windows color (decimal): -156948 or 15506173. OLE color: 15506173.
HSL color Cylindrical-coordinate representation of color #FD9AEC: hue angle of 310.3º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9AEC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 154 | 236 | - |
CMYK | 0 | 0.39 | 0.07 | 0.01 |
HSL | 310.3º | 0.96% | 0.8% | - |
HSV(B) | 310.3º | 0.39% | 0.99% | - |
XYZ | 67.2 | 50.05 | 85.48 | - |
YUV | 192.95 | 152.3 | 170.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 154 | 236 | 0 | 0.39 | 0.07 | 0.01 | 310.3 | 0.96 | 0.8 |
Hex | FD | 9A | EC | 0 | 27 | 7 | 1 | 136 | 60 | 50 |
Octal | 375 | 232 | 354 | 0 | 47 | 7 | 1 | 466 | 140 | 120 |
Binary | 11111101 | 10011010 | 11101100 | 0 | 100111 | 111 | 1 | 100110110 | 1100000 | 1010000 |
Color Harmonies of #FD9AEC
Complementary color
Monochromatic Colors of #FD9AEC
Black with #FD9AEC
Text Example
Text Example
White with #FD9AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9AEC; }
p { color: rgb(253,154,236); }
H1.HeaderClassName
{
color: #FD9AEC;
}
.AnyTagClassName
{
color: #FD9AEC;
}
</style>
background-color css
<style>
a { background-color: #FD9AEC; }
a { background-color: rgb(253,154,236); }
div.DivClassName
{
background-color: #FD9AEC;
}
.BgClassName
{
background-color: #FD9AEC;
}
</style>
border-color css
<style>
span { border-color: #FD9AEC; }
span { border-color: rgb(253,154,236); }
td.TdClassName
{
border-color: #FD9AEC;
}
.TagClassName
{
border-color: #FD9AEC;
}
</style>