#F1A794

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

Shades of Rose Bud #F1A794

Tints of Rose Bud #F1A794

Color information

#F1A794 (or 0xF1A794) is unknown color: approx Rose Bud. HEX triplet: F1, A7 and 94. RGB value is (241,167,148). Sum of RGB (Red+Green+Blue) = 241+167+148=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A794 is #0E586B. Grayscale: #BBBBBB. Windows color (decimal): -940140 or 9742321. OLE color: 9742321.

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

Color convert

RGB241167148-
CMYK00.310.390.05
HSL12.26º76.86%76.27%-
HSV(B)12.26º38.59%94.51%-
XYZ55.4448.4834.45-
YUV186.96106.02166.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=43.35%
G=30.04%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116714800.310.390.0512.2676.8676.27
HexF1A79401F275c4d4c
Octal36124722403747514115114
Binary111100011010011110010100011111100111101110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A794; }

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

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

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

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

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

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

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

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