#FCE7A7

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

Shades of Buttermilk #FCE7A7

Tints of Buttermilk #FCE7A7

Color information

#FCE7A7 (or 0xFCE7A7) is unknown color: approx Buttermilk. HEX triplet: FC, E7 and A7. RGB value is (252,231,167). Sum of RGB (Red+Green+Blue) = 252+231+167=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 167 (65.62% from 255 or 25.69% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE7A7 is #031858. Grayscale: #E6E6E6. Windows color (decimal): -202841 or 11003900. OLE color: 11003900.

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

Color convert

RGB252231167-
CMYK00.080.340.01
HSL45.18º93.41%82.16%-
HSV(B)45.18º33.73%98.82%-
XYZ75.780.6448.13-
YUV229.9892.46143.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 167 (65.62% from 255) = 25.69%
R=38.77%
G=35.54%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223116700.080.340.0145.1893.4182.16
HexFCE7A7082212d5d52
Octal37434724701042155135122
Binary11111100111001111010011101000100010110110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7A7; }

 p { color: rgb(252,231,167); }

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

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

 a { background-color: rgb(252,231,167); }

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

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

 span { border-color: rgb(252,231,167); }

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