#FBAFA6

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

Shades of Sundown #FBAFA6

Tints of Sundown #FBAFA6

Color information

#FBAFA6 (or 0xFBAFA6) is unknown color: approx Sundown. HEX triplet: FB, AF and A6. RGB value is (251,175,166). Sum of RGB (Red+Green+Blue) = 251+175+166=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAFA6 is #045059. Grayscale: #C4C4C4. Windows color (decimal): -282714 or 10924027. OLE color: 10924027.

HSL color Cylindrical-coordinate representation of color #FBAFA6: hue angle of 6.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBAFA6 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251175166-
CMYK00.300.340.02
HSL6.35º91.4%81.76%-
HSV(B)6.35º33.86%98.43%-
XYZ6253.9243.22-
YUV196.7110.68166.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=42.40%
G=29.56%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117516600.300.340.026.3591.481.76
HexFBAFA601E22265b52
Octal3732572460364226133122
Binary1111101110101111101001100111101000101011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFA6; }

 p { color: rgb(251,175,166); }

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

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

 a { background-color: rgb(251,175,166); }

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

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

 span { border-color: rgb(251,175,166); }

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