#FF9EFE

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

Shades of Lavender Rose #FF9EFE

Tints of Lavender Rose #FF9EFE

Color information

#FF9EFE (or 0xFF9EFE) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and FE. RGB value is (255,158,254). Sum of RGB (Red+Green+Blue) = 255+158+254=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 158 (62.11% from 255 or 23.69% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFE is #006101. Grayscale: #C5C5C5. Windows color (decimal): -24834 or 16686847. OLE color: 16686847.

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

Color convert

RGB255158254-
CMYK00.380.000
HSL300.62º100%80.98%-
HSV(B)300.62º38.04%100%-
XYZ71.3652.87100.21-
YUV197.95159.64168.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 158 (62.11% from 255) = 23.69%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=38.23%
G=23.69%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515825400.380.000300.6210080.98
HexFF9EFE0260012d6451
Octal37723637604600455144121
Binary11111111100111101111111001001100010010110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EFE; }

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

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

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

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

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

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

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

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