Html Css Color HEX #FBA497 Rose Bud

📋 copy color: '#FBA497'

red 251 ◦ green 164 ◦ blue 151

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

Shades of Rose Bud #FBA497

Tints of Rose Bud #FBA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.98%

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

R = 44.35%
G = 28.98%
B = 26.68%

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

#FBA497 (or 0xFBA497) is known color: Rose Bud. HEX triplet: FB, A4 and 97. RGB value is (251,164,151). Sum of RGB (Red+Green+Blue) = 251+164+151=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA497 is #045B68. Grayscale: #BCBCBC. Windows color (decimal): -285545 or 9938171. OLE color: 9938171.

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

Color convert

RGB 251 164 151 -
CMYK 0 0.35 0.40 0.02
HSL 7.8º 0.93% 0.79% -
HSV(B) 7.8º 0.4% 0.98% -
XYZ 58.65 49.29 35.7 -
YUV 188.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 251 164 151 0 0.35 0.40 0.02 7.8 0.93 0.79
Hex FB A4 97 0 23 28 2 8 5D 4F
Octal 373 244 227 0 43 50 2 10 135 117
Binary 11111011 10100100 10010111 0 100011 101000 10 1000 1011101 1001111

Color Harmonies of #FBA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA497

Black with #FBA497

Text Example


Text Example

White with #FBA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA497; }

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

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

background-color css

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

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

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

border-color css

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

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

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