#FF9EFA

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

Shades of Lavender Rose #FF9EFA

Tints of Lavender Rose #FF9EFA

Color information

#FF9EFA (or 0xFF9EFA) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and FA. RGB value is (255,158,250). Sum of RGB (Red+Green+Blue) = 255+158+250=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 158 (62.11% from 255 or 23.83% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFA is #006105. Grayscale: #C5C5C5. Windows color (decimal): -24838 or 16424703. OLE color: 16424703.

HSL color Cylindrical-coordinate representation of color #FF9EFA: hue angle of 303.09º 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 #FF9EFA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255158250-
CMYK00.380.020
HSL303.09º100%80.98%-
HSV(B)303.09º38.04%100%-
XYZ70.7252.6296.87-
YUV197.49157.64169.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 158 (62.11% from 255) = 23.83%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=38.46%
G=23.83%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515825000.380.020303.0910080.98
HexFF9EFA0262012f6451
Octal37723637204620457144121
Binary111111111001111011111010010011010010010111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EFA; }

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

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

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

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

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

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

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

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