#FF9DE7

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

Shades of Lavender Rose #FF9DE7

Tints of Lavender Rose #FF9DE7

Color information

#FF9DE7 (or 0xFF9DE7) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and E7. RGB value is (255,157,231). Sum of RGB (Red+Green+Blue) = 255+157+231=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DE7 is #006218. Grayscale: #C2C2C2. Windows color (decimal): -25113 or 15179263. OLE color: 15179263.

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

Color convert

RGB255157231-
CMYK00.380.090
HSL314.69º100%80.78%-
HSV(B)314.69º38.43%100%-
XYZ67.7251.1481.9-
YUV194.74148.47170.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 157 (61.72% from 255) = 24.42%
BLUE value IS 231 (90.62% from 255) = 35.93%
R=39.66%
G=24.42%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515723100.380.090314.6910080.78
HexFF9DE70269013b6451
Octal377235347046110473144121
Binary11111111100111011110011101001101001010011101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DE7; }

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

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

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

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

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

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

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

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