#F0A697

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

Shades of Rose Bud #F0A697

Tints of Rose Bud #F0A697

Color information

#F0A697 (or 0xF0A697) is unknown color: approx Rose Bud. HEX triplet: F0, A6 and 97. RGB value is (240,166,151). Sum of RGB (Red+Green+Blue) = 240+166+151=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A697 is #0F5968. Grayscale: #BABABA. Windows color (decimal): -1005929 or 9938672. OLE color: 9938672.

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

Color convert

RGB240166151-
CMYK00.310.370.06
HSL10.11º74.79%76.67%-
HSV(B)10.11º37.08%94.12%-
XYZ55.1648.0335.64-
YUV186.42108.02166.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 151 (59.38% from 255) = 27.11%
R=43.09%
G=29.80%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016615100.310.370.0610.1174.7976.67
HexF0A69701F256a4b4d
Octal36024622703745612113115
Binary111100001010011010010111011111100101110101010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A697; }

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

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

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

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

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

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

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

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