#F0B0AF

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

Shades of Sundown #F0B0AF

Tints of Sundown #F0B0AF

Color information

#F0B0AF (or 0xF0B0AF) is unknown color: approx Sundown. HEX triplet: F0, B0 and AF. RGB value is (240,176,175). Sum of RGB (Red+Green+Blue) = 240+176+175=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0AF is #0F4F50. Grayscale: #C3C3C3. Windows color (decimal): -1003345 or 11514096. OLE color: 11514096.

HSL color Cylindrical-coordinate representation of color #F0B0AF: hue angle of 0.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0AF is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240176175-
CMYK00.270.270.06
HSL0.92º68.42%81.37%-
HSV(B)0.92º27.08%94.12%-
XYZ59.252.6747.6-
YUV195.02116.7160.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=40.61%
G=29.78%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017617500.270.270.060.9268.4281.37
HexF0B0AF01B1B614451
Octal3602602570333361104121
Binary11110000101100001010111101101111011110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0AF; }

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

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

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

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

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

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

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

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