#F0A496

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

Shades of Rose Bud #F0A496

Tints of Rose Bud #F0A496

Color information

#F0A496 (or 0xF0A496) is unknown color: approx Rose Bud. HEX triplet: F0, A4 and 96. RGB value is (240,164,150). Sum of RGB (Red+Green+Blue) = 240+164+150=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A496 is #0F5B69. Grayscale: #B9B9B9. Windows color (decimal): -1006442 or 9872624. OLE color: 9872624.

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

Color convert

RGB240164150-
CMYK00.320.370.06
HSL9.33º75%76.47%-
HSV(B)9.33º37.5%94.12%-
XYZ54.7247.2835.1-
YUV185.13108.18167.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=43.32%
G=29.60%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016415000.320.370.069.337576.47
HexF0A49602025694b4c
Octal36024422604045611113114
Binary1111000010100100100101100100000100101110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A496; }

 p { color: rgb(240,164,150); }

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

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

 a { background-color: rgb(240,164,150); }

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

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

 span { border-color: rgb(240,164,150); }

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