#F0A49B

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

Shades of Rose Bud #F0A49B

Tints of Rose Bud #F0A49B

Color information

#F0A49B (or 0xF0A49B) is unknown color: approx Rose Bud. HEX triplet: F0, A4 and 9B. RGB value is (240,164,155). Sum of RGB (Red+Green+Blue) = 240+164+155=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A49B is #0F5B64. Grayscale: #B9B9B9. Windows color (decimal): -1006437 or 10200304. OLE color: 10200304.

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

Color convert

RGB240164155-
CMYK00.320.350.06
HSL6.35º73.91%77.45%-
HSV(B)6.35º35.42%94.12%-
XYZ55.1347.4437.26-
YUV185.7110.68166.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=42.93%
G=29.34%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016415500.320.350.066.3573.9177.45
HexF0A49B02023664a4d
Octal3602442330404366112115
Binary111100001010010010011011010000010001111011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A49B; }

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

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

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

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

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

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

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

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