#FFA896

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

Shades of Rose Bud #FFA896

Tints of Rose Bud #FFA896

Color information

#FFA896 (or 0xFFA896) is unknown color: approx Rose Bud. HEX triplet: FF, A8 and 96. RGB value is (255,168,150). Sum of RGB (Red+Green+Blue) = 255+168+150=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA896 is #005769. Grayscale: #C0C0C0. Windows color (decimal): -22378 or 9873663. OLE color: 9873663.

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

Color convert

RGB255168150-
CMYK00.340.410
HSL10.29º100%79.41%-
HSV(B)10.29º41.18%100%-
XYZ60.7551.4735.59-
YUV191.96104.32172.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=44.50%
G=29.32%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516815000.340.41010.2910079.41
HexFFA896022290a644f
Octal37725022604251012144117
Binary11111111101010001001011001000101010010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA896; }

 p { color: rgb(255,168,150); }

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

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

 a { background-color: rgb(255,168,150); }

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

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

 span { border-color: rgb(255,168,150); }

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