#FF9EF9

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

Shades of Lavender Rose #FF9EF9

Tints of Lavender Rose #FF9EF9

Color information

#FF9EF9 (or 0xFF9EF9) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and F9. RGB value is (255,158,249). Sum of RGB (Red+Green+Blue) = 255+158+249=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 158 (62.11% from 255 or 23.87% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EF9 is #006106. Grayscale: #C5C5C5. Windows color (decimal): -24839 or 16359167. OLE color: 16359167.

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

Color convert

RGB255158249-
CMYK00.380.020
HSL303.71º100%80.98%-
HSV(B)303.71º38.04%100%-
XYZ70.5752.5596.05-
YUV197.38157.14169.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 158 (62.11% from 255) = 23.87%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=38.52%
G=23.87%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515824900.380.020303.7110080.98
HexFF9EF9026201306451
Octal37723637104620460144121
Binary111111111001111011111001010011010010011000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EF9; }

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

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

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

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

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

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

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

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