#FFA094

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

Shades of Rose Bud #FFA094

Tints of Rose Bud #FFA094

Color information

#FFA094 (or 0xFFA094) is unknown color: approx Rose Bud. HEX triplet: FF, A0 and 94. RGB value is (255,160,148). Sum of RGB (Red+Green+Blue) = 255+160+148=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA094 is #005F6B. Grayscale: #BBBBBB. Windows color (decimal): -24428 or 9740543. OLE color: 9740543.

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

Color convert

RGB255160148-
CMYK00.370.420
HSL6.73º100%79.02%-
HSV(B)6.73º41.96%100%-
XYZ59.1648.5434.27-
YUV187.04105.97176.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=45.29%
G=28.42%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516014800.370.4206.7310079.02
HexFFA0940252A07644f
Octal3772402240455207144117
Binary1111111110100000100101000100101101010011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA094; }

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

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

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

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

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

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

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

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