Html Css Color HEX #FCDFB6 Moccasin

📋 copy color: '#FCDFB6'

red 252 ◦ green 223 ◦ blue 182

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

Shades of Moccasin #FCDFB6

Tints of Moccasin #FCDFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.7%

R = 38.36%
G = 33.94%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCDFB6 (or 0xFCDFB6) is known color: Moccasin. HEX triplet: FC, DF and B6. RGB value is (252,223,182). Sum of RGB (Red+Green+Blue) = 252+223+182=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFB6 is #032049. Grayscale: #E3E3E3. Windows color (decimal): -204874 or 11984892. OLE color: 11984892.

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

Color convert

RGB 252 223 182 -
CMYK 0 0.12 0.28 0.01
HSL 35.14º 0.92% 0.85% -
HSV(B) 35.14º 0.28% 0.99% -
XYZ 74.98 76.85 55.14 -
YUV 227 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 252 223 182 0 0.12 0.28 0.01 35.14 0.92 0.85
Hex FC DF B6 0 C 1C 1 23 5C 55
Octal 374 337 266 0 14 34 1 43 134 125
Binary 11111100 11011111 10110110 0 1100 11100 1 100011 1011100 1010101

Color Harmonies of #FCDFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFB6

Black with #FCDFB6

Text Example


Text Example

White with #FCDFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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