#FEA99A

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

Shades of Rose Bud #FEA99A

Tints of Rose Bud #FEA99A

Color information

#FEA99A (or 0xFEA99A) is unknown color: approx Rose Bud. HEX triplet: FE, A9 and 9A. RGB value is (254,169,154). Sum of RGB (Red+Green+Blue) = 254+169+154=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA99A is #015665. Grayscale: #C0C0C0. Windows color (decimal): -87654 or 10136062. OLE color: 10136062.

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

Color convert

RGB254169154-
CMYK00.330.390.00
HSL98.04%80%-
HSV(B)39.37%99.61%-
XYZ60.8951.7837.36-
YUV192.7106.16171.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 154 (60.55% from 255) = 26.69%
R=44.02%
G=29.29%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416915400.330.390.00998.0480
HexFEA99A02127096250
Octal37625123204147011142120
Binary11111110101010011001101001000011001110100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA99A; }

 p { color: rgb(254,169,154); }

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

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

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

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

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

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

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