#FBB4B2

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

Shades of Sundown #FBB4B2

Tints of Sundown #FBB4B2

Color information

#FBB4B2 (or 0xFBB4B2) is unknown color: approx Sundown. HEX triplet: FB, B4 and B2. RGB value is (251,180,178). Sum of RGB (Red+Green+Blue) = 251+180+178=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4B2 is #044B4D. Grayscale: #C9C9C9. Windows color (decimal): -281422 or 11711739. OLE color: 11711739.

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

Color convert

RGB251180178-
CMYK00.280.290.02
HSL1.64º90.12%84.12%-
HSV(B)1.64º29.08%98.43%-
XYZ64.1456.3749.62-
YUV201115.02163.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 180 (70.70% from 255) = 29.56%
BLUE value IS 178 (69.92% from 255) = 29.23%
R=41.22%
G=29.56%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118017800.280.290.021.6490.1284.12
HexFBB4B201C1D225a54
Octal3732642620343522132124
Binary11111011101101001011001001110011101101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4B2; }

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

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

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

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

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

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

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

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