#FF9DDE

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

Shades of Lavender Rose #FF9DDE

Tints of Lavender Rose #FF9DDE

Color information

#FF9DDE (or 0xFF9DDE) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and DE. RGB value is (255,157,222). Sum of RGB (Red+Green+Blue) = 255+157+222=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DDE is #006221. Grayscale: #C1C1C1. Windows color (decimal): -25122 or 14589439. OLE color: 14589439.

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

Color convert

RGB255157222-
CMYK00.380.130
HSL320.2º100%80.78%-
HSV(B)320.2º38.43%100%-
XYZ66.4850.6575.38-
YUV193.71143.97171.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 157 (61.72% from 255) = 24.76%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=40.22%
G=24.76%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515722200.380.130320.210080.78
HexFF9DDE026D01406451
Octal377235336046150500144121
Binary11111111100111011101111001001101101010100000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DDE; }

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

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

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

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

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

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

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

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