#FEA9EB

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

Shades of Lavender Rose #FEA9EB

Tints of Lavender Rose #FEA9EB

Color information

#FEA9EB (or 0xFEA9EB) is unknown color: approx Lavender Rose. HEX triplet: FE, A9 and EB. RGB value is (254,169,235). Sum of RGB (Red+Green+Blue) = 254+169+235=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 169 (66.41% from 255 or 25.68% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9EB is #015614. Grayscale: #C9C9C9. Windows color (decimal): -87573 or 15444478. OLE color: 15444478.

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

Color convert

RGB254169235-
CMYK00.330.070.00
HSL313.41º97.7%82.94%-
HSV(B)313.41º33.46%99.61%-
XYZ70.0655.4485.61-
YUV201.94146.66165.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 169 (66.41% from 255) = 25.68%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=38.60%
G=25.68%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416923500.330.070.00313.4197.782.94
HexFEA9EB021701396253
Octal37625135304170471142123
Binary1111111010101001111010110100001111010011100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9EB; }

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

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

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

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

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

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

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

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