#FBA496

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

Shades of Rose Bud #FBA496

Tints of Rose Bud #FBA496

Color information

#FBA496 (or 0xFBA496) is unknown color: approx Rose Bud. HEX triplet: FB, A4 and 96. RGB value is (251,164,150). Sum of RGB (Red+Green+Blue) = 251+164+150=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA496 is #045B69. Grayscale: #BCBCBC. Windows color (decimal): -285546 or 9872635. OLE color: 9872635.

HSL color Cylindrical-coordinate representation of color #FBA496: hue angle of 8.32º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBA496 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251164150-
CMYK00.350.400.02
HSL8.32º92.66%78.63%-
HSV(B)8.32º40.24%98.43%-
XYZ58.5649.2635.28-
YUV188.42106.32172.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=44.42%
G=29.03%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116415000.350.400.028.3292.6678.63
HexFBA49602328285d4f
Octal37324422604350210135117
Binary111110111010010010010110010001110100010100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA496; }

 p { color: rgb(251,164,150); }

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

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

 a { background-color: rgb(251,164,150); }

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

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

 span { border-color: rgb(251,164,150); }

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