#F6A497

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

Shades of Rose Bud #F6A497

Tints of Rose Bud #F6A497

Color information

#F6A497 (or 0xF6A497) is unknown color: approx Rose Bud. HEX triplet: F6, A4 and 97. RGB value is (246,164,151). Sum of RGB (Red+Green+Blue) = 246+164+151=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A497 is #095B68. Grayscale: #BBBBBB. Windows color (decimal): -613225 or 9938166. OLE color: 9938166.

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

Color convert

RGB246164151-
CMYK00.330.390.04
HSL8.21º84.07%77.84%-
HSV(B)8.21º38.62%96.47%-
XYZ56.8748.3835.62-
YUV187.04107.67170.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=43.85%
G=29.23%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616415100.330.390.048.2184.0777.84
HexF6A4970212748544e
Octal36624422704147410124116
Binary1111011010100100100101110100001100111100100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A497; }

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

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

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

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

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

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

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

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