Html Css Color HEX #FCE2BC Moccasin

📋 copy color: '#FCE2BC'

red 252 ◦ green 226 ◦ blue 188

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

Shades of Moccasin #FCE2BC

Tints of Moccasin #FCE2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.93%

 BLUE value IS 188 (73.83% from 255) = 28.23%

R = 37.84%
G = 33.93%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCE2BC (or 0xFCE2BC) is known color: Moccasin. HEX triplet: FC, E2 and BC. RGB value is (252,226,188). Sum of RGB (Red+Green+Blue) = 252+226+188=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2BC is #031D43. Grayscale: #E5E5E5. Windows color (decimal): -204100 or 12378876. OLE color: 12378876.

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

Color convert

RGB 252 226 188 -
CMYK 0 0.10 0.25 0.01
HSL 35.63º 0.91% 0.86% -
HSV(B) 35.63º 0.25% 0.99% -
XYZ 76.42 78.72 58.74 -
YUV 229.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 252 226 188 0 0.10 0.25 0.01 35.63 0.91 0.86
Hex FC E2 BC 0 A 19 1 24 5B 56
Octal 374 342 274 0 12 31 1 44 133 126
Binary 11111100 11100010 10111100 0 1010 11001 1 100100 1011011 1010110

Color Harmonies of #FCE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2BC

Black with #FCE2BC

Text Example


Text Example

White with #FCE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2BC; }

 p { color: rgb(252,226,188); }

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

background-color css

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

 a { background-color: rgb(252,226,188); }

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

border-color css

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

 span { border-color: rgb(252,226,188); }

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