#FBB4A8

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

Shades of Sundown #FBB4A8

Tints of Sundown #FBB4A8

Color information

#FBB4A8 (or 0xFBB4A8) is unknown color: approx Sundown. HEX triplet: FB, B4 and A8. RGB value is (251,180,168). Sum of RGB (Red+Green+Blue) = 251+180+168=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4A8 is #044B57. Grayscale: #C7C7C7. Windows color (decimal): -281432 or 11056379. OLE color: 11056379.

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

Color convert

RGB251180168-
CMYK00.280.330.02
HSL8.67º91.21%82.16%-
HSV(B)8.67º33.07%98.43%-
XYZ63.1755.9844.52-
YUV199.86110.02164.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 180 (70.70% from 255) = 30.05%
BLUE value IS 168 (66.02% from 255) = 28.05%
R=41.90%
G=30.05%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118016800.280.330.028.6791.2182.16
HexFBB4A801C21295b52
Octal37326425003441211133122
Binary11111011101101001010100001110010000110100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4A8; }

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

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

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

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

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

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

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

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