#FFA494

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

Shades of Rose Bud #FFA494

Tints of Rose Bud #FFA494

Color information

#FFA494 (or 0xFFA494) is unknown color: approx Rose Bud. HEX triplet: FF, A4 and 94. RGB value is (255,164,148). Sum of RGB (Red+Green+Blue) = 255+164+148=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA494 is #005B6B. Grayscale: #BDBDBD. Windows color (decimal): -23404 or 9741567. OLE color: 9741567.

HSL color Cylindrical-coordinate representation of color #FFA494: hue angle of 8.97º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA494 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255164148-
CMYK00.360.420
HSL8.97º100%79.02%-
HSV(B)8.97º41.96%100%-
XYZ59.8649.9534.5-
YUV189.38104.65174.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 148 (58.20% from 255) = 26.10%
R=44.97%
G=28.92%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516414800.360.4208.9710079.02
HexFFA4940242A09644f
Octal37724422404452011144117
Binary11111111101001001001010001001001010100100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA494; }

 p { color: rgb(255,164,148); }

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

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

 a { background-color: rgb(255,164,148); }

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

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

 span { border-color: rgb(255,164,148); }

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