#FF9ED6

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

Shades of Lavender Rose #FF9ED6

Tints of Lavender Rose #FF9ED6

Color information

#FF9ED6 (or 0xFF9ED6) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and D6. RGB value is (255,158,214). Sum of RGB (Red+Green+Blue) = 255+158+214=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ED6 is #006129. Grayscale: #C1C1C1. Windows color (decimal): -24874 or 14065407. OLE color: 14065407.

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

Color convert

RGB255158214-
CMYK00.380.160
HSL325.36º100%80.98%-
HSV(B)325.36º38.04%100%-
XYZ65.650.5769.92-
YUV193.39139.64171.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 158 (62.11% from 255) = 25.20%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=40.67%
G=25.20%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515821400.380.160325.3610080.98
HexFF9ED60261001456451
Octal377236326046200505144121
Binary111111111001111011010110010011010000010100010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ED6; }

 p { color: rgb(255,158,214); }

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

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

 a { background-color: rgb(255,158,214); }

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

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

 span { border-color: rgb(255,158,214); }

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