Html Css Color HEX #FBA792 Rose Bud

📋 copy color: '#FBA792'

red 251 ◦ green 167 ◦ blue 146

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

Shades of Rose Bud #FBA792

Tints of Rose Bud #FBA792

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.61%

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

R = 44.5%
G = 29.61%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBA792 (or 0xFBA792) is known color: Rose Bud. HEX triplet: FB, A7 and 92. RGB value is (251,167,146). Sum of RGB (Red+Green+Blue) = 251+167+146=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA792 is #04586D. Grayscale: #BDBDBD. Windows color (decimal): -284782 or 9611259. OLE color: 9611259.

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

Color convert

RGB 251 167 146 -
CMYK 0 0.33 0.42 0.02
HSL 12º 0.93% 0.78% -
HSV(B) 12º 0.42% 0.98% -
XYZ 58.79 50.22 33.79 -
YUV 189.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 251 167 146 0 0.33 0.42 0.02 12 0.93 0.78
Hex FB A7 92 0 21 2A 2 C 5D 4E
Octal 373 247 222 0 41 52 2 14 135 116
Binary 11111011 10100111 10010010 0 100001 101010 10 1100 1011101 1001110

Color Harmonies of #FBA792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA792

Black with #FBA792

Text Example


Text Example

White with #FBA792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA792; }

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

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

background-color css

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

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

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

border-color css

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

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

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