#F99AED

Color #F99AED Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F99AED

Tints of Lavender Rose #F99AED

Color information

#F99AED (or 0xF99AED) is unknown color: approx Lavender Rose. HEX triplet: F9, 9A and ED. RGB value is (249,154,237). Sum of RGB (Red+Green+Blue) = 249+154+237=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 154 (60.55% from 255 or 24.06% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AED is #066512. Grayscale: #BFBFBF. Windows color (decimal): -419091 or 15571705. OLE color: 15571705.

HSL color Cylindrical-coordinate representation of color #F99AED: hue angle of 307.58º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AED is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249154237-
CMYK00.380.050.02
HSL307.58º88.79%79.02%-
HSV(B)307.58º38.15%97.65%-
XYZ65.9149.3786.18-
YUV191.87153.47168.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 154 (60.55% from 255) = 24.06%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=38.91%
G=24.06%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915423700.380.050.02307.5888.7979.02
HexF99AED02652134594f
Octal37123235504652464131117
Binary11111001100110101110110101001101011010011010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AED; }

 p { color: rgb(249,154,237); }

 H1.HeaderClassName
 {
   color: #F99AED;
 }
 .AnyTagClassName
 {
   color: #F99AED;
 }
</style>
background-color css

<style>
 a { background-color: #F99AED; }

 a { background-color: rgb(249,154,237); }

 div.DivClassName
 {
   background-color: #F99AED;
 }
 .BgClassName
 {
   background-color: #F99AED;
 }
</style>
border-color css

<style>
 span { border-color: #F99AED; }

 span { border-color: rgb(249,154,237); }

 td.TdClassName
 {
   border-color: #F99AED;
 }
 .TagClassName
 {
   border-color: #F99AED;
 }
</style>