#F0A395

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

Shades of Rose Bud #F0A395

Tints of Rose Bud #F0A395

Color information

#F0A395 (or 0xF0A395) is unknown color: approx Rose Bud. HEX triplet: F0, A3 and 95. RGB value is (240,163,149). Sum of RGB (Red+Green+Blue) = 240+163+149=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A395 is #0F5C6A. Grayscale: #B8B8B8. Windows color (decimal): -1006699 or 9806832. OLE color: 9806832.

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

Color convert

RGB240163149-
CMYK00.320.380.06
HSL9.23º75.21%76.27%-
HSV(B)9.23º37.92%94.12%-
XYZ54.4646.8934.61-
YUV184.43108.01167.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 163 (64.06% from 255) = 29.53%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=43.48%
G=29.53%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016314900.320.380.069.2375.2176.27
HexF0A39502026694b4c
Octal36024322504046611113114
Binary1111000010100011100101010100000100110110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A395; }

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

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

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

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

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

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

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

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