#FF9EF7

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

Shades of Lavender Rose #FF9EF7

Tints of Lavender Rose #FF9EF7

Color information

#FF9EF7 (or 0xFF9EF7) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and F7. RGB value is (255,158,247). Sum of RGB (Red+Green+Blue) = 255+158+247=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 158 (62.11% from 255 or 23.94% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EF7 is #006108. Grayscale: #C4C4C4. Windows color (decimal): -24841 or 16228095. OLE color: 16228095.

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

Color convert

RGB255158247-
CMYK00.380.030
HSL304.95º100%80.98%-
HSV(B)304.95º38.04%100%-
XYZ70.2652.4394.41-
YUV197.15156.14169.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 158 (62.11% from 255) = 23.94%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=38.64%
G=23.94%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515824700.380.030304.9510080.98
HexFF9EF7026301316451
Octal37723636704630461144121
Binary111111111001111011110111010011011010011000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EF7; }

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

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

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

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

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

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

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

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