#F1A797

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

Shades of Rose Bud #F1A797

Tints of Rose Bud #F1A797

Color information

#F1A797 (or 0xF1A797) is unknown color: approx Rose Bud. HEX triplet: F1, A7 and 97. RGB value is (241,167,151). Sum of RGB (Red+Green+Blue) = 241+167+151=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A797 is #0E5868. Grayscale: #BBBBBB. Windows color (decimal): -940137 or 9938929. OLE color: 9938929.

HSL color Cylindrical-coordinate representation of color #F1A797: hue angle of 10.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1A797 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241167151-
CMYK00.310.370.05
HSL10.67º76.27%76.86%-
HSV(B)10.67º37.34%94.51%-
XYZ55.6848.5735.72-
YUV187.3107.52166.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=43.11%
G=29.87%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116715100.310.370.0510.6776.2776.86
HexF1A79701F255b4c4d
Octal36124722703745513114115
Binary111100011010011110010111011111100101101101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A797; }

 p { color: rgb(241,167,151); }

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

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

 a { background-color: rgb(241,167,151); }

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

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

 span { border-color: rgb(241,167,151); }

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