Html Css Color HEX #FBA997 Rose Bud

📋 copy color: '#FBA997'

red 251 ◦ green 169 ◦ blue 151

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

Shades of Rose Bud #FBA997

Tints of Rose Bud #FBA997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.6%

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

R = 43.96%
G = 29.6%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBA997 (or 0xFBA997) is known color: Rose Bud. HEX triplet: FB, A9 and 97. RGB value is (251,169,151). Sum of RGB (Red+Green+Blue) = 251+169+151=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA997 is #045668. Grayscale: #BFBFBF. Windows color (decimal): -284265 or 9939451. OLE color: 9939451.

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

Color convert

RGB 251 169 151 -
CMYK 0 0.33 0.40 0.02
HSL 10.8º 0.93% 0.79% -
HSV(B) 10.8º 0.4% 0.98% -
XYZ 59.56 51.12 36.01 -
YUV 191.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 251 169 151 0 0.33 0.40 0.02 10.8 0.93 0.79
Hex FB A9 97 0 21 28 2 B 5D 4F
Octal 373 251 227 0 41 50 2 13 135 117
Binary 11111011 10101001 10010111 0 100001 101000 10 1011 1011101 1001111

Color Harmonies of #FBA997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA997

Black with #FBA997

Text Example


Text Example

White with #FBA997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA997; }

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

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

background-color css

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

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

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

border-color css

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

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

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