#F6A49D

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

Shades of Rose Bud #F6A49D

Tints of Rose Bud #F6A49D

Color information

#F6A49D (or 0xF6A49D) is unknown color: approx Rose Bud. HEX triplet: F6, A4 and 9D. RGB value is (246,164,157). Sum of RGB (Red+Green+Blue) = 246+164+157=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A49D is #095B62. Grayscale: #BBBBBB. Windows color (decimal): -613219 or 10331382. OLE color: 10331382.

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

Color convert

RGB246164157-
CMYK00.330.360.04
HSL4.72º83.18%79.02%-
HSV(B)4.72º36.18%96.47%-
XYZ57.3748.5838.25-
YUV187.72110.67169.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=43.39%
G=28.92%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616415700.330.360.044.7283.1879.02
HexF6A49D0212445534f
Octal3662442350414445123117
Binary111101101010010010011101010000110010010010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A49D; }

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

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

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

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

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

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

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

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