Html Css Color HEX #FBA794 Rose Bud

📋 copy color: '#FBA794'

red 251 ◦ green 167 ◦ blue 148

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

Shades of Rose Bud #FBA794

Tints of Rose Bud #FBA794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 44.35%
G = 29.51%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA794 (or 0xFBA794) is known color: Rose Bud. HEX triplet: FB, A7 and 94. RGB value is (251,167,148). Sum of RGB (Red+Green+Blue) = 251+167+148=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA794 is #04586B. Grayscale: #BEBEBE. Windows color (decimal): -284780 or 9742331. OLE color: 9742331.

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

Color convert

RGB 251 167 148 -
CMYK 0 0.33 0.41 0.02
HSL 11.07º 0.93% 0.78% -
HSV(B) 11.07º 0.41% 0.98% -
XYZ 58.95 50.28 34.62 -
YUV 189.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 251 167 148 0 0.33 0.41 0.02 11.07 0.93 0.78
Hex FB A7 94 0 21 29 2 B 5D 4E
Octal 373 247 224 0 41 51 2 13 135 116
Binary 11111011 10100111 10010100 0 100001 101001 10 1011 1011101 1001110

Color Harmonies of #FBA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA794

Black with #FBA794

Text Example


Text Example

White with #FBA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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