#FF99DE

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

Shades of Lavender Rose #FF99DE

Tints of Lavender Rose #FF99DE

Color information

#FF99DE (or 0xFF99DE) is unknown color: approx Lavender Rose. HEX triplet: FF, 99 and DE. RGB value is (255,153,222). Sum of RGB (Red+Green+Blue) = 255+153+222=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99DE is #006621. Grayscale: #BFBFBF. Windows color (decimal): -26146 or 14588415. OLE color: 14588415.

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

Color convert

RGB255153222-
CMYK00.40.130
HSL319.41º100%80%-
HSV(B)319.41º40%100%-
XYZ65.8249.3275.16-
YUV191.36145.29173.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 153 (60.16% from 255) = 24.29%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=40.48%
G=24.29%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515322200.40.130319.4110080
HexFF99DE028D013f6450
Octal377231336050150477144120
Binary11111111100110011101111001010001101010011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99DE; }

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

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

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

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

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

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

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

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