#F9A1FA

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

Shades of Lavender Rose #F9A1FA

Tints of Lavender Rose #F9A1FA

Color information

#F9A1FA (or 0xF9A1FA) is unknown color: approx Lavender Rose. HEX triplet: F9, A1 and FA. RGB value is (249,161,250). Sum of RGB (Red+Green+Blue) = 249+161+250=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 161 (63.28% from 255 or 24.39% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9A1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A1FA is #065E05. Grayscale: #C5C5C5. Windows color (decimal): -417286 or 16425465. OLE color: 16425465.

HSL color Cylindrical-coordinate representation of color #F9A1FA: hue angle of 299.33º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A1FA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249161250-
CMYK0.000.3600.02
HSL299.33º89.9%80.59%-
HSV(B)299.33º35.6%98.04%-
XYZ69.0752.5396.94-
YUV197.46157.65164.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 161 (63.28% from 255) = 24.39%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=37.73%
G=24.39%
B=37.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491612500.000.3600.02299.3389.980.59
HexF9A1FA0240212b5a51
Octal37124137204402453132121
Binary111110011010000111111010010010001010010101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A1FA; }

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

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

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

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

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

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

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

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