#FEA7EB

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

Shades of Lavender Rose #FEA7EB

Tints of Lavender Rose #FEA7EB

Color information

#FEA7EB (or 0xFEA7EB) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and EB. RGB value is (254,167,235). Sum of RGB (Red+Green+Blue) = 254+167+235=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 167 (65.62% from 255 or 25.46% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7EB is #015814. Grayscale: #C8C8C8. Windows color (decimal): -88085 or 15443966. OLE color: 15443966.

HSL color Cylindrical-coordinate representation of color #FEA7EB: hue angle of 313.1º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7EB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254167235-
CMYK00.340.070.00
HSL313.1º97.75%82.55%-
HSV(B)313.1º34.25%99.61%-
XYZ69.6954.7185.48-
YUV200.76147.32165.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 167 (65.62% from 255) = 25.46%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=38.72%
G=25.46%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416723500.340.070.00313.197.7582.55
HexFEA7EB022701396253
Octal37624735304270471142123
Binary1111111010100111111010110100010111010011100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7EB; }

 p { color: rgb(254,167,235); }

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

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

 a { background-color: rgb(254,167,235); }

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

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

 span { border-color: rgb(254,167,235); }

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