Html Css Color HEX #FBA796 Rose Bud

📋 copy color: '#FBA796'

red 251 ◦ green 167 ◦ blue 150

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

Shades of Rose Bud #FBA796

Tints of Rose Bud #FBA796

RGB

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

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

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

R = 44.19%
G = 29.4%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBA796 (or 0xFBA796) is known color: Rose Bud. HEX triplet: FB, A7 and 96. RGB value is (251,167,150). Sum of RGB (Red+Green+Blue) = 251+167+150=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA796 is #045869. Grayscale: #BEBEBE. Windows color (decimal): -284778 or 9873403. OLE color: 9873403.

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

Color convert

RGB 251 167 150 -
CMYK 0 0.33 0.40 0.02
HSL 10.1º 0.93% 0.79% -
HSV(B) 10.1º 0.4% 0.98% -
XYZ 59.11 50.35 35.46 -
YUV 190.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 251 167 150 0 0.33 0.40 0.02 10.1 0.93 0.79
Hex FB A7 96 0 21 28 2 A 5D 4F
Octal 373 247 226 0 41 50 2 12 135 117
Binary 11111011 10100111 10010110 0 100001 101000 10 1010 1011101 1001111

Color Harmonies of #FBA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA796

Black with #FBA796

Text Example


Text Example

White with #FBA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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