#FF8ED8

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

Shades of Lavender Rose #FF8ED8

Tints of Lavender Rose #FF8ED8

Color information

#FF8ED8 (or 0xFF8ED8) is unknown color: approx Lavender Rose. HEX triplet: FF, 8E and D8. RGB value is (255,142,216). Sum of RGB (Red+Green+Blue) = 255+142+216=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ED8 is #007127. Grayscale: #B8B8B8. Windows color (decimal): -28968 or 14192383. OLE color: 14192383.

HSL color Cylindrical-coordinate representation of color #FF8ED8: hue angle of 320.71º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8ED8 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255142216-
CMYK00.440.150
HSL320.71º100%77.84%-
HSV(B)320.71º44.31%100%-
XYZ63.3145.5670.42-
YUV184.22145.94178.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 142 (55.86% from 255) = 23.16%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=41.60%
G=23.16%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514221600.440.150320.7110077.84
HexFF8ED802CF0141644e
Octal377216330054170501144116
Binary11111111100011101101100001011001111010100000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8ED8; }

 p { color: rgb(255,142,216); }

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

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

 a { background-color: rgb(255,142,216); }

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

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

 span { border-color: rgb(255,142,216); }

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