#F1A69D

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

Shades of Rose Bud #F1A69D

Tints of Rose Bud #F1A69D

Color information

#F1A69D (or 0xF1A69D) is unknown color: approx Rose Bud. HEX triplet: F1, A6 and 9D. RGB value is (241,166,157). Sum of RGB (Red+Green+Blue) = 241+166+157=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A69D is #0E5962. Grayscale: #BBBBBB. Windows color (decimal): -940387 or 10331889. OLE color: 10331889.

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

Color convert

RGB241166157-
CMYK00.310.350.05
HSL6.43º75%78.04%-
HSV(B)6.43º34.85%94.51%-
XYZ5648.4138.29-
YUV187.4110.85166.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=42.73%
G=29.43%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116615700.310.350.056.437578.04
HexF1A69D01F23564b4e
Octal3612462350374356113116
Binary11110001101001101001110101111110001110111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A69D; }

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

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

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

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

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

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

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

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