Html Css Color HEX #FBA396 Rose Bud

📋 copy color: '#FBA396'

red 251 ◦ green 163 ◦ blue 150

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

Shades of Rose Bud #FBA396

Tints of Rose Bud #FBA396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 44.5%
G = 28.9%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBA396 (or 0xFBA396) is known color: Rose Bud. HEX triplet: FB, A3 and 96. RGB value is (251,163,150). Sum of RGB (Red+Green+Blue) = 251+163+150=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA396 is #045C69. Grayscale: #BBBBBB. Windows color (decimal): -285802 or 9872379. OLE color: 9872379.

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

Color convert

RGB 251 163 150 -
CMYK 0 0.35 0.40 0.02
HSL 7.72º 0.93% 0.79% -
HSV(B) 7.72º 0.4% 0.98% -
XYZ 58.39 48.91 35.22 -
YUV 187.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 251 163 150 0 0.35 0.40 0.02 7.72 0.93 0.79
Hex FB A3 96 0 23 28 2 8 5D 4F
Octal 373 243 226 0 43 50 2 10 135 117
Binary 11111011 10100011 10010110 0 100011 101000 10 1000 1011101 1001111

Color Harmonies of #FBA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA396

Black with #FBA396

Text Example


Text Example

White with #FBA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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