#FF9ED3

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

Shades of Lavender Pink #FF9ED3

Tints of Lavender Pink #FF9ED3

Color information

#FF9ED3 (or 0xFF9ED3) is unknown color: approx Lavender Pink. HEX triplet: FF, 9E and D3. RGB value is (255,158,211). Sum of RGB (Red+Green+Blue) = 255+158+211=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ED3 is #00612C. Grayscale: #C0C0C0. Windows color (decimal): -24877 or 13868799. OLE color: 13868799.

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

Color convert

RGB255158211-
CMYK00.380.170
HSL327.22º100%80.98%-
HSV(B)327.22º38.04%100%-
XYZ65.2250.4267.92-
YUV193.04138.14172.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 158 (62.11% from 255) = 25.32%
BLUE value IS 211 (82.81% from 255) = 33.81%
R=40.87%
G=25.32%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515821100.380.170327.2210080.98
HexFF9ED30261101476451
Octal377236323046210507144121
Binary111111111001111011010011010011010001010100011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ED3; }

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

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

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

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

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

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

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

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