#F3B1AF

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

Shades of Sundown #F3B1AF

Tints of Sundown #F3B1AF

Color information

#F3B1AF (or 0xF3B1AF) is unknown color: approx Sundown. HEX triplet: F3, B1 and AF. RGB value is (243,177,175). Sum of RGB (Red+Green+Blue) = 243+177+175=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B1AF is #0C4E50. Grayscale: #C4C4C4. Windows color (decimal): -806481 or 11514355. OLE color: 11514355.

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

Color convert

RGB243177175-
CMYK00.270.280.05
HSL1.76º73.91%81.96%-
HSV(B)1.76º27.98%95.29%-
XYZ60.4253.5947.72-
YUV196.51115.87161.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=40.84%
G=29.75%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317717500.270.280.051.7673.9181.96
HexF3B1AF01B1C524a52
Octal3632612570333452112122
Binary111100111011000110101111011011111001011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B1AF; }

 p { color: rgb(243,177,175); }

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

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

 a { background-color: rgb(243,177,175); }

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

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

 span { border-color: rgb(243,177,175); }

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