Html Css Color HEX #FCE6BA Moccasin

📋 copy color: '#FCE6BA'

red 252 ◦ green 230 ◦ blue 186

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

Shades of Moccasin #FCE6BA

Tints of Moccasin #FCE6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.84%

R = 37.72%
G = 34.43%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCE6BA (or 0xFCE6BA) is known color: Moccasin. HEX triplet: FC, E6 and BA. RGB value is (252,230,186). Sum of RGB (Red+Green+Blue) = 252+230+186=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6BA is #031945. Grayscale: #E7E7E7. Windows color (decimal): -203078 or 12248828. OLE color: 12248828.

HSL color Cylindrical-coordinate representation of color #FCE6BA: hue angle of 40º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCE6BA is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 230 186 -
CMYK 0 0.09 0.26 0.01
HSL 40º 0.92% 0.86% -
HSV(B) 40º 0.26% 0.99% -
XYZ 77.3 80.83 57.98 -
YUV 231.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 252 230 186 0 0.09 0.26 0.01 40 0.92 0.86
Hex FC E6 BA 0 9 1A 1 28 5C 56
Octal 374 346 272 0 11 32 1 50 134 126
Binary 11111100 11100110 10111010 0 1001 11010 1 101000 1011100 1010110

Color Harmonies of #FCE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6BA

Black with #FCE6BA

Text Example


Text Example

White with #FCE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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