Shades of Lavender Rose #FF9CED
Tints of Lavender Rose #FF9CED
RGB
CMYK
RGB Variations
Color information
#FF9CED (or 0xFF9CED) is known color: Lavender Rose. HEX triplet: FF, 9C and ED. RGB value is (255,156,237). Sum of RGB (Red+Green+Blue) = 255+156+237=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CED is #006312. Grayscale: #C2C2C2. Windows color (decimal): -25363 or 15572223. OLE color: 15572223.
HSL color Cylindrical-coordinate representation of color #FF9CED: hue angle of 310.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CED is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 237 | - |
| CMYK | 0 | 0.39 | 0.07 | 0 |
| HSL | 310.91º | 1% | 0.81% | - |
| HSV(B) | 310.91º | 0.39% | 1% | - |
| XYZ | 68.41 | 51.15 | 86.39 | - |
| YUV | 194.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 237 | 0 | 0.39 | 0.07 | 0 | 310.91 | 1 | 0.81 |
| Hex | FF | 9C | ED | 0 | 27 | 7 | 0 | 137 | 64 | 51 |
| Octal | 377 | 234 | 355 | 0 | 47 | 7 | 0 | 467 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11101101 | 0 | 100111 | 111 | 0 | 100110111 | 1100100 | 1010001 |
Color Harmonies of #FF9CED
Complementary color
Monochromatic Colors of #FF9CED
Black with #FF9CED
Text Example
Text Example
White with #FF9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CED; }
p { color: rgb(255,156,237); }
H1.HeaderClassName
{
color: #FF9CED;
}
.AnyTagClassName
{
color: #FF9CED;
}
</style>
background-color css
<style>
a { background-color: #FF9CED; }
a { background-color: rgb(255,156,237); }
div.DivClassName
{
background-color: #FF9CED;
}
.BgClassName
{
background-color: #FF9CED;
}
</style>
border-color css
<style>
span { border-color: #FF9CED; }
span { border-color: rgb(255,156,237); }
td.TdClassName
{
border-color: #FF9CED;
}
.TagClassName
{
border-color: #FF9CED;
}
</style>