#FF8ED6

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

Shades of Lavender Rose #FF8ED6

Tints of Lavender Rose #FF8ED6

Color information

#FF8ED6 (or 0xFF8ED6) is unknown color: approx Lavender Rose. HEX triplet: FF, 8E and D6. RGB value is (255,142,214). Sum of RGB (Red+Green+Blue) = 255+142+214=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ED6 is #007129. Grayscale: #B7B7B7. Windows color (decimal): -28970 or 14061311. OLE color: 14061311.

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

Color convert

RGB255142214-
CMYK00.440.160
HSL321.77º100%77.84%-
HSV(B)321.77º44.31%100%-
XYZ63.0545.4669.07-
YUV184144.94178.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 142 (55.86% from 255) = 23.24%
BLUE value IS 214 (83.98% from 255) = 35.02%
R=41.73%
G=23.24%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514221400.440.160321.7710077.84
HexFF8ED602C100142644e
Octal377216326054200502144116
Binary111111111000111011010110010110010000010100001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8ED6; }

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

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

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

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

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

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

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

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