#F2AFAB

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

Shades of Sundown #F2AFAB

Tints of Sundown #F2AFAB

Color information

#F2AFAB (or 0xF2AFAB) is unknown color: approx Sundown. HEX triplet: F2, AF and AB. RGB value is (242,175,171). Sum of RGB (Red+Green+Blue) = 242+175+171=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFAB is #0D5054. Grayscale: #C2C2C2. Windows color (decimal): -872533 or 11251698. OLE color: 11251698.

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

Color convert

RGB242175171-
CMYK00.280.290.05
HSL3.38º73.2%80.98%-
HSV(B)3.38º29.34%94.9%-
XYZ59.352.4845.53-
YUV194.58114.7161.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.16%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=41.16%
G=29.76%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217517100.280.290.053.3873.280.98
HexF2AFAB01C1D534951
Octal3622572530343553111121
Binary111100101010111110101011011100111011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFAB; }

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

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

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

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

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

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

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

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