#FF9AFA

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

Shades of Lavender Rose #FF9AFA

Tints of Lavender Rose #FF9AFA

Color information

#FF9AFA (or 0xFF9AFA) is unknown color: approx Lavender Rose. HEX triplet: FF, 9A and FA. RGB value is (255,154,250). Sum of RGB (Red+Green+Blue) = 255+154+250=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 154 (60.55% from 255 or 23.37% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9AFA is #006505. Grayscale: #C2C2C2. Windows color (decimal): -25862 or 16423679. OLE color: 16423679.

HSL color Cylindrical-coordinate representation of color #FF9AFA: hue angle of 302.97º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AFA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255154250-
CMYK00.400.020
HSL302.97º100%80.2%-
HSV(B)302.97º39.61%100%-
XYZ70.0551.2796.65-
YUV195.14158.96170.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 154 (60.55% from 255) = 23.37%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=38.69%
G=23.37%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515425000.400.020302.9710080.2
HexFF9AFA0282012f6450
Octal37723237205020457144120
Binary111111111001101011111010010100010010010111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AFA; }

 p { color: rgb(255,154,250); }

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

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

 a { background-color: rgb(255,154,250); }

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

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

 span { border-color: rgb(255,154,250); }

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