#FFA697

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

Shades of Rose Bud #FFA697

Tints of Rose Bud #FFA697

Color information

#FFA697 (or 0xFFA697) is unknown color: approx Rose Bud. HEX triplet: FF, A6 and 97. RGB value is (255,166,151). Sum of RGB (Red+Green+Blue) = 255+166+151=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA697 is #005968. Grayscale: #BFBFBF. Windows color (decimal): -22889 or 9938687. OLE color: 9938687.

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

Color convert

RGB255166151-
CMYK00.350.410
HSL8.65º100%79.61%-
HSV(B)8.65º40.78%100%-
XYZ60.4650.7735.89-
YUV190.9105.49173.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 151 (59.38% from 255) = 26.40%
R=44.58%
G=29.02%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516615100.350.4108.6510079.61
HexFFA69702329096450
Octal37724622704351011144120
Binary11111111101001101001011101000111010010100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA697; }

 p { color: rgb(255,166,151); }

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

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

 a { background-color: rgb(255,166,151); }

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

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

 span { border-color: rgb(255,166,151); }

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