Html Css Color HEX #FCE5A5 Buttermilk

📋 copy color: '#FCE5A5'

red 252 ◦ green 229 ◦ blue 165

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

Shades of Buttermilk #FCE5A5

Tints of Buttermilk #FCE5A5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.45%

 BLUE value IS 165 (64.84% from 255) = 25.54%

R = 39.01%
G = 35.45%
B = 25.54%

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

#FCE5A5 (or 0xFCE5A5) is known color: Buttermilk. HEX triplet: FC, E5 and A5. RGB value is (252,229,165). Sum of RGB (Red+Green+Blue) = 252+229+165=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 165 (64.84% from 255 or 25.54% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5A5 is #031A5A. Grayscale: #E4E4E4. Windows color (decimal): -203355 or 10872316. OLE color: 10872316.

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

Color convert

RGB 252 229 165 -
CMYK 0 0.09 0.35 0.01
HSL 44.14º 0.94% 0.82% -
HSV(B) 44.14º 0.35% 0.99% -
XYZ 74.96 79.45 46.98 -
YUV 228.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 252 229 165 0 0.09 0.35 0.01 44.14 0.94 0.82
Hex FC E5 A5 0 9 23 1 2C 5E 52
Octal 374 345 245 0 11 43 1 54 136 122
Binary 11111100 11100101 10100101 0 1001 100011 1 101100 1011110 1010010

Color Harmonies of #FCE5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5A5

Black with #FCE5A5

Text Example


Text Example

White with #FCE5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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