#FF9EFD

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

Shades of Lavender Rose #FF9EFD

Tints of Lavender Rose #FF9EFD

Color information

#FF9EFD (or 0xFF9EFD) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and FD. RGB value is (255,158,253). Sum of RGB (Red+Green+Blue) = 255+158+253=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 158 (62.11% from 255 or 23.72% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFD is #006102. Grayscale: #C5C5C5. Windows color (decimal): -24835 or 16621311. OLE color: 16621311.

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

Color convert

RGB255158253-
CMYK00.380.010
HSL301.24º100%80.98%-
HSV(B)301.24º38.04%100%-
XYZ71.252.8199.37-
YUV197.83159.14168.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 158 (62.11% from 255) = 23.72%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=38.29%
G=23.72%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515825300.380.010301.2410080.98
HexFF9EFD0261012d6451
Octal37723637504610455144121
Binary11111111100111101111110101001101010010110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EFD; }

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

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

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

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

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

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

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

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