Html Css Color HEX #FBA996 Rose Bud

📋 copy color: '#FBA996'

red 251 ◦ green 169 ◦ blue 150

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

Shades of Rose Bud #FBA996

Tints of Rose Bud #FBA996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.65%

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

R = 44.04%
G = 29.65%
B = 26.32%

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

#FBA996 (or 0xFBA996) is known color: Rose Bud. HEX triplet: FB, A9 and 96. RGB value is (251,169,150). Sum of RGB (Red+Green+Blue) = 251+169+150=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA996 is #045669. Grayscale: #BFBFBF. Windows color (decimal): -284266 or 9873915. OLE color: 9873915.

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

Color convert

RGB 251 169 150 -
CMYK 0 0.33 0.40 0.02
HSL 11.29º 0.93% 0.79% -
HSV(B) 11.29º 0.4% 0.98% -
XYZ 59.48 51.09 35.58 -
YUV 191.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 251 169 150 0 0.33 0.40 0.02 11.29 0.93 0.79
Hex FB A9 96 0 21 28 2 B 5D 4F
Octal 373 251 226 0 41 50 2 13 135 117
Binary 11111011 10101001 10010110 0 100001 101000 10 1011 1011101 1001111

Color Harmonies of #FBA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA996

Black with #FBA996

Text Example


Text Example

White with #FBA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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