#FBB4AA

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

Shades of Sundown #FBB4AA

Tints of Sundown #FBB4AA

Color information

#FBB4AA (or 0xFBB4AA) is unknown color: approx Sundown. HEX triplet: FB, B4 and AA. RGB value is (251,180,170). Sum of RGB (Red+Green+Blue) = 251+180+170=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4AA is #044B55. Grayscale: #C8C8C8. Windows color (decimal): -281430 or 11187451. OLE color: 11187451.

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

Color convert

RGB251180170-
CMYK00.280.320.02
HSL7.41º91.01%82.55%-
HSV(B)7.41º32.27%98.43%-
XYZ63.3656.0545.51-
YUV200.09111.02164.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=41.76%
G=29.95%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118017000.280.320.027.4191.0182.55
HexFBB4AA01C20275b53
Octal3732642520344027133123
Binary1111101110110100101010100111001000001011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4AA; }

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

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

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

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

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

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

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

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