#FF9FEC

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

Shades of Lavender Rose #FF9FEC

Tints of Lavender Rose #FF9FEC

Color information

#FF9FEC (or 0xFF9FEC) is unknown color: approx Lavender Rose. HEX triplet: FF, 9F and EC. RGB value is (255,159,236). Sum of RGB (Red+Green+Blue) = 255+159+236=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 159 (62.5% from 255 or 24.46% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FEC is #006013. Grayscale: #C4C4C4. Windows color (decimal): -24596 or 15507455. OLE color: 15507455.

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

Color convert

RGB255159236-
CMYK00.380.070
HSL311.88º100%81.18%-
HSV(B)311.88º37.65%100%-
XYZ68.7852.1185.79-
YUV196.48150.3169.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 159 (62.5% from 255) = 24.46%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=39.23%
G=24.46%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515923600.380.070311.8810081.18
HexFF9FEC026701386451
Octal37723735404670470144121
Binary1111111110011111111011000100110111010011100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FEC; }

 p { color: rgb(255,159,236); }

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

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

 a { background-color: rgb(255,159,236); }

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

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

 span { border-color: rgb(255,159,236); }

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