#FF99EA

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

Shades of Lavender Rose #FF99EA

Tints of Lavender Rose #FF99EA

Color information

#FF99EA (or 0xFF99EA) is unknown color: approx Lavender Rose. HEX triplet: FF, 99 and EA. RGB value is (255,153,234). Sum of RGB (Red+Green+Blue) = 255+153+234=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 153 (60.16% from 255 or 23.83% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99EA is #006615. Grayscale: #C0C0C0. Windows color (decimal): -26134 or 15374847. OLE color: 15374847.

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

Color convert

RGB255153234-
CMYK00.40.080
HSL312.35º100%80%-
HSV(B)312.35º40%100%-
XYZ67.4849.9883.93-
YUV192.73151.29172.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 153 (60.16% from 255) = 23.83%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=39.72%
G=23.83%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515323400.40.080312.3510080
HexFF99EA028801386450
Octal377231352050100470144120
Binary11111111100110011110101001010001000010011100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99EA; }

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

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

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

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

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

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

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

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