#F9A0FA

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

Shades of Lavender Rose #F9A0FA

Tints of Lavender Rose #F9A0FA

Color information

#F9A0FA (or 0xF9A0FA) is unknown color: approx Lavender Rose. HEX triplet: F9, A0 and FA. RGB value is (249,160,250). Sum of RGB (Red+Green+Blue) = 249+160+250=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 160 (62.89% from 255 or 24.28% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9A0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A0FA is #065F05. Grayscale: #C4C4C4. Windows color (decimal): -417542 or 16425209. OLE color: 16425209.

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

Color convert

RGB249160250-
CMYK0.000.3600.02
HSL299.33º90%80.39%-
HSV(B)299.33º36%98.04%-
XYZ68.8952.1896.88-
YUV196.87157.99165.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 160 (62.89% from 255) = 24.28%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=37.78%
G=24.28%
B=37.94%

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
Decimal2491602500.000.3600.02299.339080.39
HexF9A0FA0240212b5a50
Octal37124037204402453132120
Binary111110011010000011111010010010001010010101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A0FA; }

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

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

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

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

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

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

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

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