Html Css Color HEX #FBA297 Rose Bud

📋 copy color: '#FBA297'

red 251 ◦ green 162 ◦ blue 151

#FBA297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FBA297

Tints of Rose Bud #FBA297

RGB

 RED value IS 251 (98.44% from 255) = 44.5%

 GREEN value IS 162 (63.67% from 255) = 28.72%

 BLUE value IS 151 (59.38% from 255) = 26.77%

R = 44.5%
G = 28.72%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBA297 (or 0xFBA297) is known color: Rose Bud. HEX triplet: FB, A2 and 97. RGB value is (251,162,151). Sum of RGB (Red+Green+Blue) = 251+162+151=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA297 is #045D68. Grayscale: #BBBBBB. Windows color (decimal): -286057 or 9937659. OLE color: 9937659.

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

Color convert

RGB 251 162 151 -
CMYK 0 0.35 0.40 0.02
HSL 6.6º 0.93% 0.79% -
HSV(B) 6.6º 0.4% 0.98% -
XYZ 58.29 48.58 35.58 -
YUV 187.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 251 162 151 0 0.35 0.40 0.02 6.6 0.93 0.79
Hex FB A2 97 0 23 28 2 7 5D 4F
Octal 373 242 227 0 43 50 2 7 135 117
Binary 11111011 10100010 10010111 0 100011 101000 10 111 1011101 1001111

Color Harmonies of #FBA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA297

Black with #FBA297

Text Example


Text Example

White with #FBA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA297; }

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

 H1.HeaderClassName
 {
   color: #FBA297;
 }
 .AnyTagClassName
 {
   color: #FBA297;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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