#FF9EFF

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

Shades of Lavender Rose #FF9EFF

Tints of Lavender Rose #FF9EFF

Color information

#FF9EFF (or 0xFF9EFF) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and FF. RGB value is (255,158,255). Sum of RGB (Red+Green+Blue) = 255+158+255=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 158 (62.11% from 255 or 23.65% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFF is #006100. Grayscale: #C5C5C5. Windows color (decimal): -24833 or 16752383. OLE color: 16752383.

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

Color convert

RGB255158255-
CMYK00.3800
HSL300º100%80.98%-
HSV(B)300º38.04%100%-
XYZ71.5252.93101.06-
YUV198.06160.14168.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 158 (62.11% from 255) = 23.65%
BLUE value IS 255 (100% from 255) = 38.17%
R=38.17%
G=23.65%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515825500.380030010080.98
HexFF9EFF0260012c6451
Octal37723637704600454144121
Binary11111111100111101111111101001100010010110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EFF; }

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

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

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

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

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

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

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

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