Html Css Color HEX #FBE2A1 Buttermilk

📋 copy color: '#FBE2A1'

red 251 ◦ green 226 ◦ blue 161

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

Shades of Buttermilk #FBE2A1

Tints of Buttermilk #FBE2A1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.42%

 BLUE value IS 161 (63.28% from 255) = 25.24%

R = 39.34%
G = 35.42%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBE2A1 (or 0xFBE2A1) is known color: Buttermilk. HEX triplet: FB, E2 and A1. RGB value is (251,226,161). Sum of RGB (Red+Green+Blue) = 251+226+161=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE2A1 is #041D5E. Grayscale: #E2E2E2. Windows color (decimal): -269663 or 10609403. OLE color: 10609403.

HSL color Cylindrical-coordinate representation of color #FBE2A1: hue angle of 43.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBE2A1 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 161 -
CMYK 0 0.10 0.36 0.02
HSL 43.33º 0.92% 0.81% -
HSV(B) 43.33º 0.36% 0.98% -
XYZ 73.41 77.48 44.8 -
YUV 226.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 251 226 161 0 0.10 0.36 0.02 43.33 0.92 0.81
Hex FB E2 A1 0 A 24 2 2B 5C 51
Octal 373 342 241 0 12 44 2 53 134 121
Binary 11111011 11100010 10100001 0 1010 100100 10 101011 1011100 1010001

Color Harmonies of #FBE2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2A1

Black with #FBE2A1

Text Example


Text Example

White with #FBE2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2A1; }

 p { color: rgb(251,226,161); }

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

background-color css

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

 a { background-color: rgb(251,226,161); }

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

border-color css

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

 span { border-color: rgb(251,226,161); }

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