#F1A697

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

Shades of Rose Bud #F1A697

Tints of Rose Bud #F1A697

Color information

#F1A697 (or 0xF1A697) is unknown color: approx Rose Bud. HEX triplet: F1, A6 and 97. RGB value is (241,166,151). Sum of RGB (Red+Green+Blue) = 241+166+151=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A697 is #0E5968. Grayscale: #BABABA. Windows color (decimal): -940393 or 9938673. OLE color: 9938673.

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

Color convert

RGB241166151-
CMYK00.310.370.05
HSL10º76.27%76.86%-
HSV(B)10º37.34%94.51%-
XYZ55.548.2135.66-
YUV186.71107.85166.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 151 (59.38% from 255) = 27.06%
R=43.19%
G=29.75%
B=27.06%

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
Decimal24116615100.310.370.051076.2776.86
HexF1A69701F255a4c4d
Octal36124622703745512114115
Binary111100011010011010010111011111100101101101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A697; }

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

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

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

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

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

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

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

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