#FBB19E

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

Shades of Rose Bud #FBB19E

Tints of Rose Bud #FBB19E

Color information

#FBB19E (or 0xFBB19E) is unknown color: approx Rose Bud. HEX triplet: FB, B1 and 9E. RGB value is (251,177,158). Sum of RGB (Red+Green+Blue) = 251+177+158=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB19E is #044E61. Grayscale: #C5C5C5. Windows color (decimal): -282210 or 10400251. OLE color: 10400251.

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

Color convert

RGB251177158-
CMYK00.290.370.02
HSL12.26º92.08%80.2%-
HSV(B)12.26º37.05%98.43%-
XYZ61.6854.4239.6-
YUV196.96106.02166.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.83%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=42.83%
G=30.20%
B=26.96%

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
Decimal25117715800.290.370.0212.2692.0880.2
HexFBB19E01D252c5c50
Octal37326123603545214134120
Binary11111011101100011001111001110110010110110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB19E; }

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

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

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

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

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

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

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

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