Html Css Color HEX #FBA291 Rose Bud

📋 copy color: '#FBA291'

red 251 ◦ green 162 ◦ blue 145

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

Shades of Rose Bud #FBA291

Tints of Rose Bud #FBA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.03%

 BLUE value IS 145 (57.03% from 255) = 25.99%

R = 44.98%
G = 29.03%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBA291 (or 0xFBA291) is known color: Rose Bud. HEX triplet: FB, A2 and 91. RGB value is (251,162,145). Sum of RGB (Red+Green+Blue) = 251+162+145=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA291 is #045D6E. Grayscale: #BABABA. Windows color (decimal): -286063 or 9544443. OLE color: 9544443.

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

Color convert

RGB 251 162 145 -
CMYK 0 0.35 0.42 0.02
HSL 9.62º 0.93% 0.78% -
HSV(B) 9.62º 0.42% 0.98% -
XYZ 57.81 48.39 33.08 -
YUV 186.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 251 162 145 0 0.35 0.42 0.02 9.62 0.93 0.78
Hex FB A2 91 0 23 2A 2 A 5D 4E
Octal 373 242 221 0 43 52 2 12 135 116
Binary 11111011 10100010 10010001 0 100011 101010 10 1010 1011101 1001110

Color Harmonies of #FBA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA291

Black with #FBA291

Text Example


Text Example

White with #FBA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA291; }

 p { color: rgb(251,162,145); }

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

background-color css

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

 a { background-color: rgb(251,162,145); }

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

border-color css

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

 span { border-color: rgb(251,162,145); }

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