#F2B1AF

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

Shades of Sundown #F2B1AF

Tints of Sundown #F2B1AF

Color information

#F2B1AF (or 0xF2B1AF) is unknown color: approx Sundown. HEX triplet: F2, B1 and AF. RGB value is (242,177,175). Sum of RGB (Red+Green+Blue) = 242+177+175=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B1AF is #0D4E50. Grayscale: #C4C4C4. Windows color (decimal): -872017 or 11514354. OLE color: 11514354.

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

Color convert

RGB242177175-
CMYK00.270.280.05
HSL1.79º72.04%81.76%-
HSV(B)1.79º27.69%94.9%-
XYZ60.0853.4247.7-
YUV196.21116.03160.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 177 (69.53% from 255) = 29.80%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=40.74%
G=29.80%
B=29.46%

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
Decimal24217717500.270.280.051.7972.0481.76
HexF2B1AF01B1C524852
Octal3622612570333452110122
Binary111100101011000110101111011011111001011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1AF; }

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

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

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

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

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

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

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

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