#FEA0A0

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

Shades of Rose Bud #FEA0A0

Tints of Rose Bud #FEA0A0

Color information

#FEA0A0 (or 0xFEA0A0) is unknown color: approx Rose Bud. HEX triplet: FE, A0 and A0. RGB value is (254,160,160). Sum of RGB (Red+Green+Blue) = 254+160+160=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0A0 is #015F5F. Grayscale: #BCBCBC. Windows color (decimal): -89952 or 10526974. OLE color: 10526974.

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

Color convert

RGB254160160-
CMYK00.370.370.00
HSL97.92%81.18%-
HSV(B)37.01%99.61%-
XYZ59.7948.7539.52-
YUV188.11112.14175-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 160 (62.89% from 255) = 27.87%
R=44.25%
G=27.87%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416016000.370.370.00097.9281.18
HexFEA0A002525006251
Octal3762402400454500142121
Binary11111110101000001010000001001011001010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0A0; }

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

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

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

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

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

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

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

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