#F1B0A7

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

Shades of Sundown #F1B0A7

Tints of Sundown #F1B0A7

Color information

#F1B0A7 (or 0xF1B0A7) is unknown color: approx Sundown. HEX triplet: F1, B0 and A7. RGB value is (241,176,167). Sum of RGB (Red+Green+Blue) = 241+176+167=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B0A7 is #0E4F58. Grayscale: #C2C2C2. Windows color (decimal): -937817 or 10989809. OLE color: 10989809.

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

Color convert

RGB241176167-
CMYK00.270.310.05
HSL7.3º72.55%80%-
HSV(B)7.3º30.71%94.51%-
XYZ58.7852.5443.6-
YUV194.41112.53161.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 176 (69.14% from 255) = 30.14%
BLUE value IS 167 (65.62% from 255) = 28.60%
R=41.27%
G=30.14%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117616700.270.310.057.372.5580
HexF1B0A701B1F574950
Octal3612602470333757111120
Binary1111000110110000101001110110111111110111110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0A7; }

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

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

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

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

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

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

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

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