#FBB4A1

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

Shades of Rose Bud #FBB4A1

Tints of Rose Bud #FBB4A1

Color information

#FBB4A1 (or 0xFBB4A1) is unknown color: approx Rose Bud. HEX triplet: FB, B4 and A1. RGB value is (251,180,161). Sum of RGB (Red+Green+Blue) = 251+180+161=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4A1 is #044B5E. Grayscale: #C7C7C7. Windows color (decimal): -281439 or 10597627. OLE color: 10597627.

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

Color convert

RGB251180161-
CMYK00.280.360.02
HSL12.67º91.84%80.78%-
HSV(B)12.67º35.86%98.43%-
XYZ62.5455.7241.18-
YUV199.06106.52165.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 180 (70.70% from 255) = 30.41%
BLUE value IS 161 (63.28% from 255) = 27.20%
R=42.40%
G=30.41%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118016100.280.360.0212.6791.8480.78
HexFBB4A101C242d5c51
Octal37326424103444215134121
Binary11111011101101001010000101110010010010110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4A1; }

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

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

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

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

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

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

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

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