#FF99DC

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

Shades of Lavender Rose #FF99DC

Tints of Lavender Rose #FF99DC

Color information

#FF99DC (or 0xFF99DC) is unknown color: approx Lavender Rose. HEX triplet: FF, 99 and DC. RGB value is (255,153,220). Sum of RGB (Red+Green+Blue) = 255+153+220=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99DC is #006623. Grayscale: #BEBEBE. Windows color (decimal): -26148 or 14457343. OLE color: 14457343.

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

Color convert

RGB255153220-
CMYK00.40.140
HSL320.59º100%80%-
HSV(B)320.59º40%100%-
XYZ65.5549.2173.75-
YUV191.14144.29173.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 153 (60.16% from 255) = 24.36%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=40.61%
G=24.36%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515322000.40.140320.5910080
HexFF99DC028E01416450
Octal377231334050160501144120
Binary11111111100110011101110001010001110010100000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99DC; }

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

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

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

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

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

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

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

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