#FF9DDC

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

Shades of Lavender Rose #FF9DDC

Tints of Lavender Rose #FF9DDC

Color information

#FF9DDC (or 0xFF9DDC) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and DC. RGB value is (255,157,220). Sum of RGB (Red+Green+Blue) = 255+157+220=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DDC is #006223. Grayscale: #C1C1C1. Windows color (decimal): -25124 or 14458367. OLE color: 14458367.

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

Color convert

RGB255157220-
CMYK00.380.140
HSL321.43º100%80.78%-
HSV(B)321.43º38.43%100%-
XYZ66.2250.5473.98-
YUV193.48142.97171.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 157 (61.72% from 255) = 24.84%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=40.35%
G=24.84%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515722000.380.140321.4310080.78
HexFF9DDC026E01416451
Octal377235334046160501144121
Binary11111111100111011101110001001101110010100000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DDC; }

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

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

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

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

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

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

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

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