#F0A59C

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

Shades of Rose Bud #F0A59C

Tints of Rose Bud #F0A59C

Color information

#F0A59C (or 0xF0A59C) is unknown color: approx Rose Bud. HEX triplet: F0, A5 and 9C. RGB value is (240,165,156). Sum of RGB (Red+Green+Blue) = 240+165+156=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A59C is #0F5A63. Grayscale: #BABABA. Windows color (decimal): -1006180 or 10266096. OLE color: 10266096.

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

Color convert

RGB240165156-
CMYK00.310.350.06
HSL6.43º73.68%77.65%-
HSV(B)6.43º35%94.12%-
XYZ55.3947.8437.77-
YUV186.4110.85166.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=42.78%
G=29.41%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016515600.310.350.066.4373.6877.65
HexF0A59C01F23664a4e
Octal3602452340374366112116
Binary11110000101001011001110001111110001111011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A59C; }

 p { color: rgb(240,165,156); }

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

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

 a { background-color: rgb(240,165,156); }

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

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

 span { border-color: rgb(240,165,156); }

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