#FEAAA0

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

Shades of Rose Bud #FEAAA0

Tints of Rose Bud #FEAAA0

Color information

#FEAAA0 (or 0xFEAAA0) is unknown color: approx Rose Bud. HEX triplet: FE, AA and A0. RGB value is (254,170,160). Sum of RGB (Red+Green+Blue) = 254+170+160=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA0 is #01555F. Grayscale: #C2C2C2. Windows color (decimal): -87392 or 10529534. OLE color: 10529534.

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

Color convert

RGB254170160-
CMYK00.330.370.00
HSL6.38º97.92%81.18%-
HSV(B)6.38º37.01%99.61%-
XYZ61.5952.3640.12-
YUV193.98108.83170.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 160 (62.89% from 255) = 27.40%
R=43.49%
G=29.11%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417016000.330.370.006.3897.9281.18
HexFEAAA002125066251
Octal3762522400414506142121
Binary1111111010101010101000000100001100101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAA0; }

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

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

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

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

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

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

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

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