#F1B3AF

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

Shades of Sundown #F1B3AF

Tints of Sundown #F1B3AF

Color information

#F1B3AF (or 0xF1B3AF) is unknown color: approx Sundown. HEX triplet: F1, B3 and AF. RGB value is (241,179,175). Sum of RGB (Red+Green+Blue) = 241+179+175=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B3AF is #0E4C50. Grayscale: #C5C5C5. Windows color (decimal): -937041 or 11514865. OLE color: 11514865.

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

Color convert

RGB241179175-
CMYK00.260.270.05
HSL3.64º70.21%81.57%-
HSV(B)3.64º27.39%94.51%-
XYZ60.1354.0447.82-
YUV197.08115.54159.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 179 (70.31% from 255) = 30.08%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=40.50%
G=30.08%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117917500.260.270.053.6470.2181.57
HexF1B3AF01A1B544652
Octal3612632570323354106122
Binary1111000110110011101011110110101101110110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B3AF; }

 p { color: rgb(241,179,175); }

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

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

 a { background-color: rgb(241,179,175); }

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

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

 span { border-color: rgb(241,179,175); }

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