#F0A797

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

Shades of Rose Bud #F0A797

Tints of Rose Bud #F0A797

Color information

#F0A797 (or 0xF0A797) is unknown color: approx Rose Bud. HEX triplet: F0, A7 and 97. RGB value is (240,167,151). Sum of RGB (Red+Green+Blue) = 240+167+151=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A797 is #0F5868. Grayscale: #BBBBBB. Windows color (decimal): -1005673 or 9938928. OLE color: 9938928.

HSL color Cylindrical-coordinate representation of color #F0A797: hue angle of 10.79º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0A797 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240167151-
CMYK00.300.370.06
HSL10.79º74.79%76.67%-
HSV(B)10.79º37.08%94.12%-
XYZ55.3448.435.7-
YUV187107.68165.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 151 (59.38% from 255) = 27.06%
R=43.01%
G=29.93%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016715100.300.370.0610.7974.7976.67
HexF0A79701E256b4b4d
Octal36024722703645613113115
Binary111100001010011110010111011110100101110101110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A797; }

 p { color: rgb(240,167,151); }

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

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

 a { background-color: rgb(240,167,151); }

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

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

 span { border-color: rgb(240,167,151); }

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