#FBAFAA

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

Shades of Sundown #FBAFAA

Tints of Sundown #FBAFAA

Color information

#FBAFAA (or 0xFBAFAA) is unknown color: approx Sundown. HEX triplet: FB, AF and AA. RGB value is (251,175,170). Sum of RGB (Red+Green+Blue) = 251+175+170=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAFAA is #045055. Grayscale: #C5C5C5. Windows color (decimal): -282710 or 11186171. OLE color: 11186171.

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

Color convert

RGB251175170-
CMYK00.300.320.02
HSL3.7º91.01%82.55%-
HSV(B)3.7º32.27%98.43%-
XYZ62.3754.0745.18-
YUV197.15112.68166.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=42.11%
G=29.36%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117517000.300.320.023.791.0182.55
HexFBAFAA01E20245b53
Octal3732572520364024133123
Binary1111101110101111101010100111101000001010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFAA; }

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

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

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

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

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

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

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

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