Html Css Color HEX #FBA391 Rose Bud

📋 copy color: '#FBA391'

red 251 ◦ green 163 ◦ blue 145

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

Shades of Rose Bud #FBA391

Tints of Rose Bud #FBA391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.16%

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

R = 44.9%
G = 29.16%
B = 25.94%

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

#FBA391 (or 0xFBA391) is known color: Rose Bud. HEX triplet: FB, A3 and 91. RGB value is (251,163,145). Sum of RGB (Red+Green+Blue) = 251+163+145=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA391 is #045C6E. Grayscale: #BBBBBB. Windows color (decimal): -285807 or 9544699. OLE color: 9544699.

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

Color convert

RGB 251 163 145 -
CMYK 0 0.35 0.42 0.02
HSL 10.19º 0.93% 0.78% -
HSV(B) 10.19º 0.42% 0.98% -
XYZ 57.99 48.75 33.14 -
YUV 187.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 251 163 145 0 0.35 0.42 0.02 10.19 0.93 0.78
Hex FB A3 91 0 23 2A 2 A 5D 4E
Octal 373 243 221 0 43 52 2 12 135 116
Binary 11111011 10100011 10010001 0 100011 101010 10 1010 1011101 1001110

Color Harmonies of #FBA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA391

Black with #FBA391

Text Example


Text Example

White with #FBA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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