#F2B0AC

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

Shades of Sundown #F2B0AC

Tints of Sundown #F2B0AC

Color information

#F2B0AC (or 0xF2B0AC) is unknown color: approx Sundown. HEX triplet: F2, B0 and AC. RGB value is (242,176,172). Sum of RGB (Red+Green+Blue) = 242+176+172=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0AC is #0D4F53. Grayscale: #C3C3C3. Windows color (decimal): -872276 or 11317490. OLE color: 11317490.

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

Color convert

RGB242176172-
CMYK00.270.290.05
HSL3.43º72.92%81.18%-
HSV(B)3.43º28.93%94.9%-
XYZ59.5952.9146.1-
YUV195.28114.87161.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=41.02%
G=29.83%
B=29.15%

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
Decimal24217617200.270.290.053.4372.9281.18
HexF2B0AC01B1D534951
Octal3622602540333553111121
Binary111100101011000010101100011011111011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0AC; }

 p { color: rgb(242,176,172); }

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

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

 a { background-color: rgb(242,176,172); }

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

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

 span { border-color: rgb(242,176,172); }

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