Html Css Color HEX #FBA790 Rose Bud

📋 copy color: '#FBA790'

red 251 ◦ green 167 ◦ blue 144

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

Shades of Rose Bud #FBA790

Tints of Rose Bud #FBA790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.62%

R = 44.66%
G = 29.72%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBA790 (or 0xFBA790) is known color: Rose Bud. HEX triplet: FB, A7 and 90. RGB value is (251,167,144). Sum of RGB (Red+Green+Blue) = 251+167+144=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA790 is #04586F. Grayscale: #BDBDBD. Windows color (decimal): -284784 or 9480187. OLE color: 9480187.

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

Color convert

RGB 251 167 144 -
CMYK 0 0.33 0.43 0.02
HSL 12.9º 0.93% 0.77% -
HSV(B) 12.9º 0.43% 0.98% -
XYZ 58.64 50.16 32.98 -
YUV 189.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 251 167 144 0 0.33 0.43 0.02 12.9 0.93 0.77
Hex FB A7 90 0 21 2B 2 D 5D 4D
Octal 373 247 220 0 41 53 2 15 135 115
Binary 11111011 10100111 10010000 0 100001 101011 10 1101 1011101 1001101

Color Harmonies of #FBA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA790

Black with #FBA790

Text Example


Text Example

White with #FBA790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA790; }

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

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

background-color css

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

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

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

border-color css

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

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

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