#FFA396

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

Shades of Rose Bud #FFA396

Tints of Rose Bud #FFA396

Color information

#FFA396 (or 0xFFA396) is unknown color: approx Rose Bud. HEX triplet: FF, A3 and 96. RGB value is (255,163,150). Sum of RGB (Red+Green+Blue) = 255+163+150=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA396 is #005C69. Grayscale: #BDBDBD. Windows color (decimal): -23658 or 9872383. OLE color: 9872383.

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

Color convert

RGB255163150-
CMYK00.360.410
HSL7.43º100%79.41%-
HSV(B)7.43º41.18%100%-
XYZ59.8449.6635.28-
YUV189.03105.98175.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 163 (64.06% from 255) = 28.70%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=44.89%
G=28.70%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516315000.360.4107.4310079.41
HexFFA3960242907644f
Octal3772432260445107144117
Binary1111111110100011100101100100100101001011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA396; }

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

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

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

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

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

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

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

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