#FBA498

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

Shades of Rose Bud #FBA498

Tints of Rose Bud #FBA498

Color information

#FBA498 (or 0xFBA498) is unknown color: approx Rose Bud. HEX triplet: FB, A4 and 98. RGB value is (251,164,152). Sum of RGB (Red+Green+Blue) = 251+164+152=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA498 is #045B67. Grayscale: #BCBCBC. Windows color (decimal): -285544 or 10003707. OLE color: 10003707.

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

Color convert

RGB251164152-
CMYK00.350.390.02
HSL7.27º92.52%79.02%-
HSV(B)7.27º39.44%98.43%-
XYZ58.7349.3336.13-
YUV188.64107.32172.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 152 (59.77% from 255) = 26.81%
R=44.27%
G=28.92%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116415200.350.390.027.2792.5279.02
HexFBA49802327275d4f
Octal3732442300434727135117
Binary11111011101001001001100001000111001111011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA498; }

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

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

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

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

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

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

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

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