#FEAEA1

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

Shades of Rose Bud #FEAEA1

Tints of Rose Bud #FEAEA1

Color information

#FEAEA1 (or 0xFEAEA1) is unknown color: approx Rose Bud. HEX triplet: FE, AE and A1. RGB value is (254,174,161). Sum of RGB (Red+Green+Blue) = 254+174+161=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEA1 is #01515E. Grayscale: #C4C4C4. Windows color (decimal): -86367 or 10596094. OLE color: 10596094.

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

Color convert

RGB254174161-
CMYK00.310.370.00
HSL8.39º97.89%81.37%-
HSV(B)8.39º36.61%99.61%-
XYZ62.4453.9240.83-
YUV196.44108169.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 161 (63.28% from 255) = 27.33%
R=43.12%
G=29.54%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417416100.310.370.008.3997.8981.37
HexFEAEA101F25086251
Octal37625624103745010142121
Binary1111111010101110101000010111111001010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEA1; }

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

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

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

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

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

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

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

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