#FEAEEA

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

Shades of Lavender Rose #FEAEEA

Tints of Lavender Rose #FEAEEA

Color information

#FEAEEA (or 0xFEAEEA) is unknown color: approx Lavender Rose. HEX triplet: FE, AE and EA. RGB value is (254,174,234). Sum of RGB (Red+Green+Blue) = 254+174+234=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAEEA is #015115. Grayscale: #CCCCCC. Windows color (decimal): -86294 or 15380222. OLE color: 15380222.

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

Color convert

RGB254174234-
CMYK00.310.080.00
HSL315º97.56%83.92%-
HSV(B)315º31.5%99.61%-
XYZ70.8657.2885.16-
YUV204.76144.5163.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 174 (68.36% from 255) = 26.28%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=38.37%
G=26.28%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417423400.310.080.0031597.5683.92
HexFEAEEA01F8013b6254
Octal376256352037100473142124
Binary1111111010101110111010100111111000010011101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEEA; }

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

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

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

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

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

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

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

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