#fe9aec

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

Shades of Lavender Rose #FE9AEC

Tints of Lavender Rose #FE9AEC

Color information

#FE9AEC (or 0xFE9AEC) is unknown color: approx Lavender Rose. HEX triplet: FE, 9A and EC. RGB value is (254,154,236). Sum of RGB (Red+Green+Blue) = 254+154+236=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AEC is #016513. Grayscale: #C1C1C1. Windows color (decimal): -91412 or 15506174. OLE color: 15506174.

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

Color convert

RGB254154236-
CMYK00.390.070.00
HSL310.8º98.04%80%-
HSV(B)310.8º39.37%99.61%-
XYZ67.5750.2485.49-
YUV193.25152.13171.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 154 (60.55% from 255) = 23.91%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=39.44%
G=23.91%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415423600.390.070.00310.898.0480
HexFE9AEC027701376250
Octal37623235404770467142120
Binary1111111010011010111011000100111111010011011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe9aec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe9aec; }

 p { color: rgb(254,154,236); }

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

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

 a { background-color: rgb(254,154,236); }

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

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

 span { border-color: rgb(254,154,236); }

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