#F0A398

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

Shades of Rose Bud #F0A398

Tints of Rose Bud #F0A398

Color information

#F0A398 (or 0xF0A398) is unknown color: approx Rose Bud. HEX triplet: F0, A3 and 98. RGB value is (240,163,152). Sum of RGB (Red+Green+Blue) = 240+163+152=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A398 is #0F5C67. Grayscale: #B8B8B8. Windows color (decimal): -1006696 or 10003440. OLE color: 10003440.

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

Color convert

RGB240163152-
CMYK00.320.370.06
HSL7.5º74.58%76.86%-
HSV(B)7.5º36.67%94.12%-
XYZ54.746.9935.89-
YUV184.77109.51167.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=43.24%
G=29.37%
B=27.39%

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
Decimal24016315200.320.370.067.574.5876.86
HexF0A39802025684b4d
Octal36024323004045610113115
Binary1111000010100011100110000100000100101110100010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A398; }

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

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

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

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

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

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

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

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