#FBB0A0

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

Shades of Rose Bud #FBB0A0

Tints of Rose Bud #FBB0A0

Color information

#FBB0A0 (or 0xFBB0A0) is unknown color: approx Rose Bud. HEX triplet: FB, B0 and A0. RGB value is (251,176,160). Sum of RGB (Red+Green+Blue) = 251+176+160=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A0 is #044F5F. Grayscale: #C4C4C4. Windows color (decimal): -282464 or 10531067. OLE color: 10531067.

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

Color convert

RGB251176160-
CMYK00.300.360.02
HSL10.55º91.92%80.59%-
HSV(B)10.55º36.25%98.43%-
XYZ61.6554.140.45-
YUV196.6107.35166.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=42.76%
G=29.98%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117616000.300.360.0210.5591.9280.59
HexFBB0A001E242b5c51
Octal37326024003644213134121
Binary11111011101100001010000001111010010010101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0A0; }

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

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

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

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

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

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

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

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