#F1A49D

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

Shades of Rose Bud #F1A49D

Tints of Rose Bud #F1A49D

Color information

#F1A49D (or 0xF1A49D) is unknown color: approx Rose Bud. HEX triplet: F1, A4 and 9D. RGB value is (241,164,157). Sum of RGB (Red+Green+Blue) = 241+164+157=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A49D is #0E5B62. Grayscale: #BABABA. Windows color (decimal): -940899 or 10331377. OLE color: 10331377.

HSL color Cylindrical-coordinate representation of color #F1A49D: hue angle of 5º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A49D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241164157-
CMYK00.320.350.05
HSL75%78.04%-
HSV(B)34.85%94.51%-
XYZ55.6447.6938.17-
YUV186.22111.51167.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=42.88%
G=29.18%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116415700.320.350.0557578.04
HexF1A49D02023554b4e
Octal3612442350404355113116
Binary111100011010010010011101010000010001110110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A49D; }

 p { color: rgb(241,164,157); }

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

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

 a { background-color: rgb(241,164,157); }

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

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

 span { border-color: rgb(241,164,157); }

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