Html Css Color HEX #FCE6A6 Buttermilk

📋 copy color: '#FCE6A6'

red 252 ◦ green 230 ◦ blue 166

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

Shades of Buttermilk #FCE6A6

Tints of Buttermilk #FCE6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.62%

R = 38.89%
G = 35.49%
B = 25.62%

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

#FCE6A6 (or 0xFCE6A6) is known color: Buttermilk. HEX triplet: FC, E6 and A6. RGB value is (252,230,166). Sum of RGB (Red+Green+Blue) = 252+230+166=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 166 (65.23% from 255 or 25.62% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE6A6 is #031959. Grayscale: #E5E5E5. Windows color (decimal): -203098 or 10938108. OLE color: 10938108.

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

Color convert

RGB 252 230 166 -
CMYK 0 0.09 0.34 0.01
HSL 44.65º 0.93% 0.82% -
HSV(B) 44.65º 0.34% 0.99% -
XYZ 75.32 80.04 47.56 -
YUV 229.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 252 230 166 0 0.09 0.34 0.01 44.65 0.93 0.82
Hex FC E6 A6 0 9 22 1 2D 5D 52
Octal 374 346 246 0 11 42 1 55 135 122
Binary 11111100 11100110 10100110 0 1001 100010 1 101101 1011101 1010010

Color Harmonies of #FCE6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6A6

Black with #FCE6A6

Text Example


Text Example

White with #FCE6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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