Html Css Color HEX #FBA49B Rose Bud

📋 copy color: '#FBA49B'

red 251 ◦ green 164 ◦ blue 155

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

Shades of Rose Bud #FBA49B

Tints of Rose Bud #FBA49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 44.04%
G = 28.77%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBA49B (or 0xFBA49B) is known color: Rose Bud. HEX triplet: FB, A4 and 9B. RGB value is (251,164,155). Sum of RGB (Red+Green+Blue) = 251+164+155=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA49B is #045B64. Grayscale: #BDBDBD. Windows color (decimal): -285541 or 10200315. OLE color: 10200315.

HSL color Cylindrical-coordinate representation of color #FBA49B: hue angle of 5.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBA49B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 155 -
CMYK 0 0.35 0.38 0.02
HSL 5.63º 0.92% 0.8% -
HSV(B) 5.63º 0.38% 0.98% -
XYZ 58.98 49.43 37.44 -
YUV 188.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 251 164 155 0 0.35 0.38 0.02 5.63 0.92 0.8
Hex FB A4 9B 0 23 26 2 6 5C 50
Octal 373 244 233 0 43 46 2 6 134 120
Binary 11111011 10100100 10011011 0 100011 100110 10 110 1011100 1010000

Color Harmonies of #FBA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA49B

Black with #FBA49B

Text Example


Text Example

White with #FBA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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