#F0A798

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

Shades of Rose Bud #F0A798

Tints of Rose Bud #F0A798

Color information

#F0A798 (or 0xF0A798) is unknown color: approx Rose Bud. HEX triplet: F0, A7 and 98. RGB value is (240,167,152). Sum of RGB (Red+Green+Blue) = 240+167+152=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A798 is #0F5867. Grayscale: #BBBBBB. Windows color (decimal): -1005672 or 10004464. OLE color: 10004464.

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

Color convert

RGB240167152-
CMYK00.300.370.06
HSL10.23º74.58%76.86%-
HSV(B)10.23º36.67%94.12%-
XYZ55.4248.4336.13-
YUV187.12108.18165.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=42.93%
G=29.87%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016715200.300.370.0610.2374.5876.86
HexF0A79801E256a4b4d
Octal36024723003645612113115
Binary111100001010011110011000011110100101110101010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A798; }

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

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

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

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

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

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

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

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