#FEAAF5

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

Shades of Lavender Rose #FEAAF5

Tints of Lavender Rose #FEAAF5

Color information

#FEAAF5 (or 0xFEAAF5) is unknown color: approx Lavender Rose. HEX triplet: FE, AA and F5. RGB value is (254,170,245). Sum of RGB (Red+Green+Blue) = 254+170+245=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 170 (66.80% from 255 or 25.41% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAF5 is #01550A. Grayscale: #CBCBCB. Windows color (decimal): -87307 or 16100094. OLE color: 16100094.

HSL color Cylindrical-coordinate representation of color #FEAAF5: hue angle of 306.43º 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 #FEAAF5 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB254170245-
CMYK00.330.040.00
HSL306.43º97.67%83.14%-
HSV(B)306.43º33.07%99.61%-
XYZ71.7356.4193.49-
YUV203.67151.33163.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 170 (66.80% from 255) = 25.41%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=37.97%
G=25.41%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417024500.330.040.00306.4397.6783.14
HexFEAAF5021401326253
Octal37625236504140462142123
Binary1111111010101010111101010100001100010011001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAF5; }

 p { color: rgb(254,170,245); }

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

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

 a { background-color: rgb(254,170,245); }

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

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

 span { border-color: rgb(254,170,245); }

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