#FBB4A0

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

Shades of Rose Bud #FBB4A0

Tints of Rose Bud #FBB4A0

Color information

#FBB4A0 (or 0xFBB4A0) is unknown color: approx Rose Bud. HEX triplet: FB, B4 and A0. RGB value is (251,180,160). Sum of RGB (Red+Green+Blue) = 251+180+160=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB4A0 is #044B5F. Grayscale: #C7C7C7. Windows color (decimal): -281440 or 10532091. OLE color: 10532091.

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

Color convert

RGB251180160-
CMYK00.280.360.02
HSL13.19º91.92%80.59%-
HSV(B)13.19º36.25%98.43%-
XYZ62.4555.6940.72-
YUV198.95106.02165.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 160 (62.89% from 255) = 27.07%
R=42.47%
G=30.46%
B=27.07%

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
Decimal25118016000.280.360.0213.1991.9280.59
HexFBB4A001C242d5c51
Octal37326424003444215134121
Binary11111011101101001010000001110010010010110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4A0; }

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

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

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

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

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

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

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

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