#FF9FFA

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

Shades of Lavender Rose #FF9FFA

Tints of Lavender Rose #FF9FFA

Color information

#FF9FFA (or 0xFF9FFA) is unknown color: approx Lavender Rose. HEX triplet: FF, 9F and FA. RGB value is (255,159,250). Sum of RGB (Red+Green+Blue) = 255+159+250=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 159 (62.5% from 255 or 23.95% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FFA is #006005. Grayscale: #C5C5C5. Windows color (decimal): -24582 or 16424959. OLE color: 16424959.

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

Color convert

RGB255159250-
CMYK00.380.020
HSL303.12º100%81.18%-
HSV(B)303.12º37.65%100%-
XYZ70.8952.9696.93-
YUV198.08157.3168.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 159 (62.5% from 255) = 23.95%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=38.40%
G=23.95%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515925000.380.020303.1210081.18
HexFF9FFA0262012f6451
Octal37723737204620457144121
Binary111111111001111111111010010011010010010111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FFA; }

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

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

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

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

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

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

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

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