#F0A695

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

Shades of Rose Bud #F0A695

Tints of Rose Bud #F0A695

Color information

#F0A695 (or 0xF0A695) is unknown color: approx Rose Bud. HEX triplet: F0, A6 and 95. RGB value is (240,166,149). Sum of RGB (Red+Green+Blue) = 240+166+149=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A695 is #0F596A. Grayscale: #BABABA. Windows color (decimal): -1005931 or 9807600. OLE color: 9807600.

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

Color convert

RGB240166149-
CMYK00.310.380.06
HSL11.21º75.21%76.27%-
HSV(B)11.21º37.92%94.12%-
XYZ5547.9734.79-
YUV186.19107.02166.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=43.24%
G=29.91%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016614900.310.380.0611.2175.2176.27
HexF0A69501F266b4b4c
Octal36024622503746613113114
Binary111100001010011010010101011111100110110101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A695; }

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

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

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

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

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

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

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

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