#F6A499

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

Shades of Rose Bud #F6A499

Tints of Rose Bud #F6A499

Color information

#F6A499 (or 0xF6A499) is unknown color: approx Rose Bud. HEX triplet: F6, A4 and 99. RGB value is (246,164,153). Sum of RGB (Red+Green+Blue) = 246+164+153=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A499 is #095B66. Grayscale: #BBBBBB. Windows color (decimal): -613223 or 10069238. OLE color: 10069238.

HSL color Cylindrical-coordinate representation of color #F6A499: hue angle of 7.1º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6A499 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246164153-
CMYK00.330.380.04
HSL7.1º83.78%78.24%-
HSV(B)7.1º37.8%96.47%-
XYZ57.0348.4436.48-
YUV187.26108.67169.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.69%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=43.69%
G=29.13%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616415300.330.380.047.183.7878.24
HexF6A4990212647544e
Octal3662442310414647124116
Binary111101101010010010011001010000110011010011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A499; }

 p { color: rgb(246,164,153); }

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

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

 a { background-color: rgb(246,164,153); }

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

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

 span { border-color: rgb(246,164,153); }

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