#FEAEE7

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

Shades of Lavender Rose #FEAEE7

Tints of Lavender Rose #FEAEE7

Color information

#FEAEE7 (or 0xFEAEE7) is unknown color: approx Lavender Rose. HEX triplet: FE, AE and E7. RGB value is (254,174,231). Sum of RGB (Red+Green+Blue) = 254+174+231=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAEE7 is #015118. Grayscale: #CCCCCC. Windows color (decimal): -86297 or 15183614. OLE color: 15183614.

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

Color convert

RGB254174231-
CMYK00.310.090.00
HSL317.25º97.56%83.92%-
HSV(B)317.25º31.5%99.61%-
XYZ70.4357.1182.91-
YUV204.42143163.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=38.54%
G=26.40%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417423100.310.090.00317.2597.5683.92
HexFEAEE701F9013d6254
Octal376256347037110475142124
Binary1111111010101110111001110111111001010011110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEE7; }

 p { color: rgb(254,174,231); }

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

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

 a { background-color: rgb(254,174,231); }

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

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

 span { border-color: rgb(254,174,231); }

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