#F3B2AF

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

Shades of Sundown #F3B2AF

Tints of Sundown #F3B2AF

Color information

#F3B2AF (or 0xF3B2AF) is unknown color: approx Sundown. HEX triplet: F3, B2 and AF. RGB value is (243,178,175). Sum of RGB (Red+Green+Blue) = 243+178+175=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B2AF is #0C4D50. Grayscale: #C5C5C5. Windows color (decimal): -806225 or 11514611. OLE color: 11514611.

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

Color convert

RGB243178175-
CMYK00.270.280.05
HSL2.65º73.91%81.96%-
HSV(B)2.65º27.98%95.29%-
XYZ60.6253.9947.78-
YUV197.09115.53160.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.77%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=40.77%
G=29.87%
B=29.36%

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
Decimal24317817500.270.280.052.6573.9181.96
HexF3B2AF01B1C534a52
Octal3632622570333453112122
Binary111100111011001010101111011011111001011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2AF; }

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

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

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

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

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

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

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

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