#FCE6A5

Color #FCE6A5 Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #FCE6A5

Tints of Buttermilk #FCE6A5

Color information

#FCE6A5 (or 0xFCE6A5) is unknown color: approx Buttermilk. HEX triplet: FC, E6 and A5. RGB value is (252,230,165). Sum of RGB (Red+Green+Blue) = 252+230+165=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 165 (64.84% from 255 or 25.50% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE6A5 is #03195A. Grayscale: #E5E5E5. Windows color (decimal): -203099 or 10872572. OLE color: 10872572.

HSL color Cylindrical-coordinate representation of color #FCE6A5: hue angle of 44.83º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCE6A5 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252230165-
CMYK00.090.350.01
HSL44.83º93.55%81.76%-
HSV(B)44.83º34.52%98.82%-
XYZ75.2380.0147.07-
YUV229.1791.79144.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 165 (64.84% from 255) = 25.50%
R=38.95%
G=35.55%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223016500.090.350.0144.8393.5581.76
HexFCE6A5092312d5e52
Octal37434624501143155136122
Binary11111100111001101010010101001100011110110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6A5; }

 p { color: rgb(252,230,165); }

 H1.HeaderClassName
 {
   color: #FCE6A5;
 }
 .AnyTagClassName
 {
   color: #FCE6A5;
 }
</style>
background-color css

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

 a { background-color: rgb(252,230,165); }

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

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

 span { border-color: rgb(252,230,165); }

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