Html Css Color HEX #FCDFB3 Moccasin

📋 copy color: '#FCDFB3'

red 252 ◦ green 223 ◦ blue 179

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

Shades of Moccasin #FCDFB3

Tints of Moccasin #FCDFB3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.1%

 BLUE value IS 179 (70.31% from 255) = 27.37%

R = 38.53%
G = 34.1%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCDFB3 (or 0xFCDFB3) is known color: Moccasin. HEX triplet: FC, DF and B3. RGB value is (252,223,179). Sum of RGB (Red+Green+Blue) = 252+223+179=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 179 (70.31% from 255 or 27.37% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFB3 is #03204C. Grayscale: #E2E2E2. Windows color (decimal): -204877 or 11788284. OLE color: 11788284.

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

Color convert

RGB 252 223 179 -
CMYK 0 0.12 0.29 0.01
HSL 36.16º 0.92% 0.85% -
HSV(B) 36.16º 0.29% 0.99% -
XYZ 74.67 76.73 53.52 -
YUV 226.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 252 223 179 0 0.12 0.29 0.01 36.16 0.92 0.85
Hex FC DF B3 0 C 1D 1 24 5C 55
Octal 374 337 263 0 14 35 1 44 134 125
Binary 11111100 11011111 10110011 0 1100 11101 1 100100 1011100 1010101

Color Harmonies of #FCDFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFB3

Black with #FCDFB3

Text Example


Text Example

White with #FCDFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFB3; }

 p { color: rgb(252,223,179); }

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

background-color css

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

 a { background-color: rgb(252,223,179); }

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

border-color css

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

 span { border-color: rgb(252,223,179); }

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