Html Css Color HEX #FBA995 Rose Bud

📋 copy color: '#FBA995'

red 251 ◦ green 169 ◦ blue 149

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

Shades of Rose Bud #FBA995

Tints of Rose Bud #FBA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.19%

R = 44.11%
G = 29.7%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA995 (or 0xFBA995) is known color: Rose Bud. HEX triplet: FB, A9 and 95. RGB value is (251,169,149). Sum of RGB (Red+Green+Blue) = 251+169+149=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA995 is #04566A. Grayscale: #BFBFBF. Windows color (decimal): -284267 or 9808379. OLE color: 9808379.

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

Color convert

RGB 251 169 149 -
CMYK 0 0.33 0.41 0.02
HSL 11.76º 0.93% 0.78% -
HSV(B) 11.76º 0.41% 0.98% -
XYZ 59.4 51.06 35.16 -
YUV 191.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 251 169 149 0 0.33 0.41 0.02 11.76 0.93 0.78
Hex FB A9 95 0 21 29 2 C 5D 4E
Octal 373 251 225 0 41 51 2 14 135 116
Binary 11111011 10101001 10010101 0 100001 101001 10 1100 1011101 1001110

Color Harmonies of #FBA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA995

Black with #FBA995

Text Example


Text Example

White with #FBA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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