Html Css Color HEX #FBA197 Rose Bud

📋 copy color: '#FBA197'

red 251 ◦ green 161 ◦ blue 151

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

Shades of Rose Bud #FBA197

Tints of Rose Bud #FBA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.6%

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

R = 44.58%
G = 28.6%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBA197 (or 0xFBA197) is known color: Rose Bud. HEX triplet: FB, A1 and 97. RGB value is (251,161,151). Sum of RGB (Red+Green+Blue) = 251+161+151=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA197 is #045E68. Grayscale: #BABABA. Windows color (decimal): -286313 or 9937403. OLE color: 9937403.

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

Color convert

RGB 251 161 151 -
CMYK 0 0.36 0.40 0.02
HSL 0.93% 0.79% -
HSV(B) 0.4% 0.98% -
XYZ 58.11 48.23 35.53 -
YUV 186.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 251 161 151 0 0.36 0.40 0.02 6 0.93 0.79
Hex FB A1 97 0 24 28 2 6 5D 4F
Octal 373 241 227 0 44 50 2 6 135 117
Binary 11111011 10100001 10010111 0 100100 101000 10 110 1011101 1001111

Color Harmonies of #FBA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA197

Black with #FBA197

Text Example


Text Example

White with #FBA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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