#F1A796

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

Shades of Rose Bud #F1A796

Tints of Rose Bud #F1A796

Color information

#F1A796 (or 0xF1A796) is unknown color: approx Rose Bud. HEX triplet: F1, A7 and 96. RGB value is (241,167,150). Sum of RGB (Red+Green+Blue) = 241+167+150=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A796 is #0E5869. Grayscale: #BBBBBB. Windows color (decimal): -940138 or 9873393. OLE color: 9873393.

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

Color convert

RGB241167150-
CMYK00.310.380.05
HSL11.21º76.47%76.67%-
HSV(B)11.21º37.76%94.51%-
XYZ55.648.5435.29-
YUV187.19107.02166.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=43.19%
G=29.93%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116715000.310.380.0511.2176.4776.67
HexF1A79601F265b4c4d
Octal36124722603746513114115
Binary111100011010011110010110011111100110101101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A796; }

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

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

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

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

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

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

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

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