#F1AFAB

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

Shades of Sundown #F1AFAB

Tints of Sundown #F1AFAB

Color information

#F1AFAB (or 0xF1AFAB) is unknown color: approx Sundown. HEX triplet: F1, AF and AB. RGB value is (241,175,171). Sum of RGB (Red+Green+Blue) = 241+175+171=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AFAB is #0E5054. Grayscale: #C2C2C2. Windows color (decimal): -938069 or 11251697. OLE color: 11251697.

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

Color convert

RGB241175171-
CMYK00.270.290.05
HSL3.43º71.43%80.78%-
HSV(B)3.43º29.05%94.51%-
XYZ58.9652.345.52-
YUV194.28114.87161.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=41.06%
G=29.81%
B=29.13%

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
Decimal24117517100.270.290.053.4371.4380.78
HexF1AFAB01B1D534751
Octal3612572530333553107121
Binary111100011010111110101011011011111011011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFAB; }

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

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

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

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

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

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

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

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