Html Css Color HEX #FBA98B Rose Bud

📋 copy color: '#FBA98B'

red 251 ◦ green 169 ◦ blue 139

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

Shades of Rose Bud #FBA98B

Tints of Rose Bud #FBA98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.87%

R = 44.9%
G = 30.23%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBA98B (or 0xFBA98B) is known color: Rose Bud. HEX triplet: FB, A9 and 8B. RGB value is (251,169,139). Sum of RGB (Red+Green+Blue) = 251+169+139=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA98B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA98B is #045674. Grayscale: #BEBEBE. Windows color (decimal): -284277 or 9153019. OLE color: 9153019.

HSL color Cylindrical-coordinate representation of color #FBA98B: hue angle of 16.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBA98B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 169 139 -
CMYK 0 0.33 0.45 0.02
HSL 16.07º 0.93% 0.76% -
HSV(B) 16.07º 0.45% 0.98% -
XYZ 58.63 50.75 31.13 -
YUV 190.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 251 169 139 0 0.33 0.45 0.02 16.07 0.93 0.76
Hex FB A9 8B 0 21 2D 2 10 5D 4C
Octal 373 251 213 0 41 55 2 20 135 114
Binary 11111011 10101001 10001011 0 100001 101101 10 10000 1011101 1001100

Color Harmonies of #FBA98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA98B

Black with #FBA98B

Text Example


Text Example

White with #FBA98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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