#FF99DF

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

Shades of Lavender Rose #FF99DF

Tints of Lavender Rose #FF99DF

Color information

#FF99DF (or 0xFF99DF) is unknown color: approx Lavender Rose. HEX triplet: FF, 99 and DF. RGB value is (255,153,223). Sum of RGB (Red+Green+Blue) = 255+153+223=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99DF is #006620. Grayscale: #BFBFBF. Windows color (decimal): -26145 or 14653951. OLE color: 14653951.

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

Color convert

RGB255153223-
CMYK00.40.130
HSL318.82º100%80%-
HSV(B)318.82º40%100%-
XYZ65.9549.3775.87-
YUV191.48145.79173.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 153 (60.16% from 255) = 24.25%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=40.41%
G=24.25%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515322300.40.130318.8210080
HexFF99DF028D013f6450
Octal377231337050150477144120
Binary11111111100110011101111101010001101010011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99DF; }

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

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

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

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

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

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

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

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