#FF9DDF

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

Shades of Lavender Rose #FF9DDF

Tints of Lavender Rose #FF9DDF

Color information

#FF9DDF (or 0xFF9DDF) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and DF. RGB value is (255,157,223). Sum of RGB (Red+Green+Blue) = 255+157+223=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DDF is #006220. Grayscale: #C1C1C1. Windows color (decimal): -25121 or 14654975. OLE color: 14654975.

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

Color convert

RGB255157223-
CMYK00.380.130
HSL319.59º100%80.78%-
HSV(B)319.59º38.43%100%-
XYZ66.6250.776.09-
YUV193.83144.47171.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=40.16%
G=24.72%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515722300.380.130319.5910080.78
HexFF9DDF026D01406451
Octal377235337046150500144121
Binary11111111100111011101111101001101101010100000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DDF; }

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

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

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

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

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

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

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

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