#F0AFAB

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

Shades of Sundown #F0AFAB

Tints of Sundown #F0AFAB

Color information

#F0AFAB (or 0xF0AFAB) is unknown color: approx Sundown. HEX triplet: F0, AF and AB. RGB value is (240,175,171). Sum of RGB (Red+Green+Blue) = 240+175+171=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFAB is #0F5054. Grayscale: #C2C2C2. Windows color (decimal): -1003605 or 11251696. OLE color: 11251696.

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

Color convert

RGB240175171-
CMYK00.270.290.06
HSL3.48º69.7%80.59%-
HSV(B)3.48º28.75%94.12%-
XYZ58.6252.1345.5-
YUV193.98115.03160.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=40.96%
G=29.86%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017517100.270.290.063.4869.780.59
HexF0AFAB01B1D634651
Octal3602572530333563106121
Binary111100001010111110101011011011111011101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFAB; }

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

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

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

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

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

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

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

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