#F0A899

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

Shades of Rose Bud #F0A899

Tints of Rose Bud #F0A899

Color information

#F0A899 (or 0xF0A899) is unknown color: approx Rose Bud. HEX triplet: F0, A8 and 99. RGB value is (240,168,153). Sum of RGB (Red+Green+Blue) = 240+168+153=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A899 is #0F5766. Grayscale: #BBBBBB. Windows color (decimal): -1005415 or 10070256. OLE color: 10070256.

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

Color convert

RGB240168153-
CMYK00.30.360.06
HSL10.34º74.36%77.06%-
HSV(B)10.34º36.25%94.12%-
XYZ55.6948.8336.63-
YUV187.82108.35165.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=42.78%
G=29.95%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016815300.30.360.0610.3474.3677.06
HexF0A89901E246a4a4d
Octal36025023103644612112115
Binary111100001010100010011001011110100100110101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A899; }

 p { color: rgb(240,168,153); }

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

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

 a { background-color: rgb(240,168,153); }

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

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

 span { border-color: rgb(240,168,153); }

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