#FBB4B4

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

Shades of Sundown #FBB4B4

Tints of Sundown #FBB4B4

Color information

#FBB4B4 (or 0xFBB4B4) is unknown color: approx Sundown. HEX triplet: FB, B4 and B4. RGB value is (251,180,180). Sum of RGB (Red+Green+Blue) = 251+180+180=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4B4 is #044B4B. Grayscale: #C9C9C9. Windows color (decimal): -281420 or 11842811. OLE color: 11842811.

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

Color convert

RGB251180180-
CMYK00.280.280.02
HSL89.87%84.51%-
HSV(B)28.29%98.43%-
XYZ64.3456.4550.68-
YUV201.23116.02163.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 180 (70.70% from 255) = 29.46%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=41.08%
G=29.46%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118018000.280.280.02089.8784.51
HexFBB4B401C1C205a55
Octal3732642640343420132125
Binary1111101110110100101101000111001110010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4B4; }

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

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

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

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

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

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

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

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