#FF9EF0

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

Shades of Lavender Rose #FF9EF0

Tints of Lavender Rose #FF9EF0

Color information

#FF9EF0 (or 0xFF9EF0) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and F0. RGB value is (255,158,240). Sum of RGB (Red+Green+Blue) = 255+158+240=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 158 (62.11% from 255 or 24.20% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EF0 is #00610F. Grayscale: #C4C4C4. Windows color (decimal): -24848 or 15769343. OLE color: 15769343.

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

Color convert

RGB255158240-
CMYK00.380.060
HSL309.28º100%80.98%-
HSV(B)309.28º38.04%100%-
XYZ69.25288.83-
YUV196.35152.64169.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 158 (62.11% from 255) = 24.20%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=39.05%
G=24.20%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515824000.380.060309.2810080.98
HexFF9EF0026601356451
Octal37723636004660465144121
Binary1111111110011110111100000100110110010011010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EF0; }

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

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

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

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

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

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

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

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