Html Css Color HEX #FCE6A5 Buttermilk

📋 copy color: '#FCE6A5'

red 252 ◦ green 230 ◦ blue 165

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

Shades of Buttermilk #FCE6A5

Tints of Buttermilk #FCE6A5

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.5%

R = 38.95%
G = 35.55%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCE6A5 (or 0xFCE6A5) is known color: 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

RGB 252 230 165 -
CMYK 0 0.09 0.35 0.01
HSL 44.83º 0.94% 0.82% -
HSV(B) 44.83º 0.35% 0.99% -
XYZ 75.23 80.01 47.07 -
YUV 229.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 252 230 165 0 0.09 0.35 0.01 44.83 0.94 0.82
Hex FC E6 A5 0 9 23 1 2D 5E 52
Octal 374 346 245 0 11 43 1 55 136 122
Binary 11111100 11100110 10100101 0 1001 100011 1 101101 1011110 1010010

Color Harmonies of #FCE6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6A5

Black with #FCE6A5

Text Example


Text Example

White with #FCE6A5

Text Example


Text Example

HTML Codes & Css Web 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>