#FF99E0

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

Shades of Lavender Rose #FF99E0

Tints of Lavender Rose #FF99E0

Color information

#FF99E0 (or 0xFF99E0) is unknown color: approx Lavender Rose. HEX triplet: FF, 99 and E0. RGB value is (255,153,224). Sum of RGB (Red+Green+Blue) = 255+153+224=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99E0 is #00661F. Grayscale: #BFBFBF. Windows color (decimal): -26144 or 14719487. OLE color: 14719487.

HSL color Cylindrical-coordinate representation of color #FF99E0: hue angle of 318.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99E0 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255153224-
CMYK00.40.120
HSL318.24º100%80%-
HSV(B)318.24º40%100%-
XYZ66.0949.4276.58-
YUV191.59146.29173.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 153 (60.16% from 255) = 24.21%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=40.35%
G=24.21%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515322400.40.120318.2410080
HexFF99E0028C013e6450
Octal377231340050140476144120
Binary11111111100110011110000001010001100010011111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99E0; }

 p { color: rgb(255,153,224); }

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

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

 a { background-color: rgb(255,153,224); }

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

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

 span { border-color: rgb(255,153,224); }

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