#FBA298

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

Shades of Rose Bud #FBA298

Tints of Rose Bud #FBA298

Color information

#FBA298 (or 0xFBA298) is unknown color: approx Rose Bud. HEX triplet: FB, A2 and 98. RGB value is (251,162,152). Sum of RGB (Red+Green+Blue) = 251+162+152=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA298 is #045D67. Grayscale: #BBBBBB. Windows color (decimal): -286056 or 10003195. OLE color: 10003195.

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

Color convert

RGB251162152-
CMYK00.350.390.02
HSL6.06º92.52%79.02%-
HSV(B)6.06º39.44%98.43%-
XYZ58.3748.6236.01-
YUV187.47107.99173.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=44.42%
G=28.67%
B=26.90%

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
Decimal25116215200.350.390.026.0692.5279.02
HexFBA29802327265d4f
Octal3732422300434726135117
Binary11111011101000101001100001000111001111011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA298; }

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

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

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

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

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

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

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

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