#FBA09D

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

Shades of Rose Bud #FBA09D

Tints of Rose Bud #FBA09D

Color information

#FBA09D (or 0xFBA09D) is unknown color: approx Rose Bud. HEX triplet: FB, A0 and 9D. RGB value is (251,160,157). Sum of RGB (Red+Green+Blue) = 251+160+157=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA09D is #045F62. Grayscale: #BABABA. Windows color (decimal): -286563 or 10330363. OLE color: 10330363.

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

Color convert

RGB251160157-
CMYK00.360.370.02
HSL1.91º92.16%80%-
HSV(B)1.91º37.45%98.43%-
XYZ58.4448.0938.1-
YUV186.87111.15173.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=44.19%
G=28.17%
B=27.64%

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
Decimal25116015700.360.370.021.9192.1680
HexFBA09D02425225c50
Octal3732402350444522134120
Binary1111101110100000100111010100100100101101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA09D; }

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

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

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

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

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

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

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

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