#F2B0AF

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

Shades of Sundown #F2B0AF

Tints of Sundown #F2B0AF

Color information

#F2B0AF (or 0xF2B0AF) is unknown color: approx Sundown. HEX triplet: F2, B0 and AF. RGB value is (242,176,175). Sum of RGB (Red+Green+Blue) = 242+176+175=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0AF is #0D4F50. Grayscale: #C3C3C3. Windows color (decimal): -872273 or 11514098. OLE color: 11514098.

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

Color convert

RGB242176175-
CMYK00.270.280.05
HSL0.9º72.04%81.76%-
HSV(B)0.9º27.69%94.9%-
XYZ59.8853.0247.64-
YUV195.62116.37161.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=40.81%
G=29.68%
B=29.51%

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
Decimal24217617500.270.280.050.972.0481.76
HexF2B0AF01B1C514852
Octal3622602570333451110122
Binary11110010101100001010111101101111100101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0AF; }

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

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

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

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

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

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

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

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