Html Css Color HEX #FCE6A7 Buttermilk

📋 copy color: '#FCE6A7'

red 252 ◦ green 230 ◦ blue 167

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

Shades of Buttermilk #FCE6A7

Tints of Buttermilk #FCE6A7

RGB

 RED value IS 252 (98.83% from 255) = 38.83%

 GREEN value IS 230 (90.23% from 255) = 35.44%

 BLUE value IS 167 (65.63% from 255) = 25.73%

R = 38.83%
G = 35.44%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCE6A7 (or 0xFCE6A7) is known color: Buttermilk. HEX triplet: FC, E6 and A7. RGB value is (252,230,167). Sum of RGB (Red+Green+Blue) = 252+230+167=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 167 (65.62% from 255 or 25.73% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE6A7 is #031958. Grayscale: #E5E5E5. Windows color (decimal): -203097 or 11003644. OLE color: 11003644.

HSL color Cylindrical-coordinate representation of color #FCE6A7: hue angle of 44.47º 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 #FCE6A7 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 230 167 -
CMYK 0 0.09 0.34 0.01
HSL 44.47º 0.93% 0.82% -
HSV(B) 44.47º 0.34% 0.99% -
XYZ 75.42 80.08 48.04 -
YUV 229.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 252 230 167 0 0.09 0.34 0.01 44.47 0.93 0.82
Hex FC E6 A7 0 9 22 1 2C 5D 52
Octal 374 346 247 0 11 42 1 54 135 122
Binary 11111100 11100110 10100111 0 1001 100010 1 101100 1011101 1010010

Color Harmonies of #FCE6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6A7

Black with #FCE6A7

Text Example


Text Example

White with #FCE6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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