#FBA19D

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

Shades of Rose Bud #FBA19D

Tints of Rose Bud #FBA19D

Color information

#FBA19D (or 0xFBA19D) is unknown color: approx Rose Bud. HEX triplet: FB, A1 and 9D. RGB value is (251,161,157). Sum of RGB (Red+Green+Blue) = 251+161+157=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA19D is #045E62. Grayscale: #BBBBBB. Windows color (decimal): -286307 or 10330619. OLE color: 10330619.

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

Color convert

RGB251161157-
CMYK00.360.370.02
HSL2.55º92.16%80%-
HSV(B)2.55º37.45%98.43%-
XYZ58.6148.4338.16-
YUV187.45110.82173.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=44.11%
G=28.30%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116115700.360.370.022.5592.1680
HexFBA19D02425235c50
Octal3732412350444523134120
Binary1111101110100001100111010100100100101101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA19D; }

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

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

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

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

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

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

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

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