Html Css Color HEX #FBA392 Rose Bud

📋 copy color: '#FBA392'

red 251 ◦ green 163 ◦ blue 146

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

Shades of Rose Bud #FBA392

Tints of Rose Bud #FBA392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.07%

R = 44.82%
G = 29.11%
B = 26.07%

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

#FBA392 (or 0xFBA392) is known color: Rose Bud. HEX triplet: FB, A3 and 92. RGB value is (251,163,146). Sum of RGB (Red+Green+Blue) = 251+163+146=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA392 is #045C6D. Grayscale: #BBBBBB. Windows color (decimal): -285806 or 9610235. OLE color: 9610235.

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

Color convert

RGB 251 163 146 -
CMYK 0 0.35 0.42 0.02
HSL 9.71º 0.93% 0.78% -
HSV(B) 9.71º 0.42% 0.98% -
XYZ 58.07 48.78 33.55 -
YUV 187.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 251 163 146 0 0.35 0.42 0.02 9.71 0.93 0.78
Hex FB A3 92 0 23 2A 2 A 5D 4E
Octal 373 243 222 0 43 52 2 12 135 116
Binary 11111011 10100011 10010010 0 100011 101010 10 1010 1011101 1001110

Color Harmonies of #FBA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA392

Black with #FBA392

Text Example


Text Example

White with #FBA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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