#F2B1AD

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

Shades of Sundown #F2B1AD

Tints of Sundown #F2B1AD

Color information

#F2B1AD (or 0xF2B1AD) is unknown color: approx Sundown. HEX triplet: F2, B1 and AD. RGB value is (242,177,173). Sum of RGB (Red+Green+Blue) = 242+177+173=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B1AD is #0D4E52. Grayscale: #C4C4C4. Windows color (decimal): -872019 or 11383282. OLE color: 11383282.

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

Color convert

RGB242177173-
CMYK00.270.290.05
HSL3.48º72.63%81.37%-
HSV(B)3.48º28.51%94.9%-
XYZ59.8853.3446.67-
YUV195.98115.03160.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=40.88%
G=29.90%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217717300.270.290.053.4872.6381.37
HexF2B1AD01B1D534951
Octal3622612550333553111121
Binary111100101011000110101101011011111011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1AD; }

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

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

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

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

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

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

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

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