#FBB29E

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

Shades of Rose Bud #FBB29E

Tints of Rose Bud #FBB29E

Color information

#FBB29E (or 0xFBB29E) is unknown color: approx Rose Bud. HEX triplet: FB, B2 and 9E. RGB value is (251,178,158). Sum of RGB (Red+Green+Blue) = 251+178+158=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB29E is #044D61. Grayscale: #C5C5C5. Windows color (decimal): -281954 or 10400507. OLE color: 10400507.

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

Color convert

RGB251178158-
CMYK00.290.370.02
HSL12.9º92.08%80.2%-
HSV(B)12.9º37.05%98.43%-
XYZ61.8854.8239.67-
YUV197.55105.68166.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 158 (62.11% from 255) = 26.92%
R=42.76%
G=30.32%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117815800.290.370.0212.992.0880.2
HexFBB29E01D252d5c50
Octal37326223603545215134120
Binary11111011101100101001111001110110010110110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB29E; }

 p { color: rgb(251,178,158); }

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

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

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

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

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

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

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