#F9A1EB

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

Shades of Lavender Rose #F9A1EB

Tints of Lavender Rose #F9A1EB

Color information

#F9A1EB (or 0xF9A1EB) is unknown color: approx Lavender Rose. HEX triplet: F9, A1 and EB. RGB value is (249,161,235). Sum of RGB (Red+Green+Blue) = 249+161+235=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A1EB is #065E14. Grayscale: #C3C3C3. Windows color (decimal): -417301 or 15442425. OLE color: 15442425.

HSL color Cylindrical-coordinate representation of color #F9A1EB: hue angle of 309.55º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1EB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249161235-
CMYK00.350.060.02
HSL309.55º88%80.39%-
HSV(B)309.55º35.34%97.65%-
XYZ66.8151.6385.04-
YUV195.75150.15165.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 161 (63.28% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=38.60%
G=24.96%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916123500.350.060.02309.558880.39
HexF9A1EB023621365850
Octal37124135304362466130120
Binary11111001101000011110101101000111101010011011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A1EB; }

 p { color: rgb(249,161,235); }

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

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

 a { background-color: rgb(249,161,235); }

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

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

 span { border-color: rgb(249,161,235); }

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