#F1A69B

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

Shades of Rose Bud #F1A69B

Tints of Rose Bud #F1A69B

Color information

#F1A69B (or 0xF1A69B) is unknown color: approx Rose Bud. HEX triplet: F1, A6 and 9B. RGB value is (241,166,155). Sum of RGB (Red+Green+Blue) = 241+166+155=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A69B is #0E5964. Grayscale: #BBBBBB. Windows color (decimal): -940389 or 10200817. OLE color: 10200817.

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

Color convert

RGB241166155-
CMYK00.310.360.05
HSL7.67º75.44%77.65%-
HSV(B)7.67º35.68%94.51%-
XYZ55.8348.3437.4-
YUV187.17109.85166.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 155 (60.94% from 255) = 27.58%
R=42.88%
G=29.54%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116615500.310.360.057.6775.4477.65
HexF1A69B01F24584b4e
Octal36124623303744510113116
Binary111100011010011010011011011111100100101100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A69B; }

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

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

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

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

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

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

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

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