#FBB6B4

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

Shades of Sundown #FBB6B4

Tints of Sundown #FBB6B4

Color information

#FBB6B4 (or 0xFBB6B4) is unknown color: approx Sundown. HEX triplet: FB, B6 and B4. RGB value is (251,182,180). Sum of RGB (Red+Green+Blue) = 251+182+180=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6B4 is #04494B. Grayscale: #CACACA. Windows color (decimal): -280908 or 11843323. OLE color: 11843323.

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

Color convert

RGB251182180-
CMYK00.270.280.02
HSL1.69º89.87%84.51%-
HSV(B)1.69º28.29%98.43%-
XYZ64.7557.2650.82-
YUV202.4115.36162.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=40.95%
G=29.69%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118218000.270.280.021.6989.8784.51
HexFBB6B401B1C225a55
Octal3732662640333422132125
Binary11111011101101101011010001101111100101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6B4; }

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

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

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

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

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

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

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

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