Html Css Color HEX #FCDFB5 Moccasin

📋 copy color: '#FCDFB5'

red 252 ◦ green 223 ◦ blue 181

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

Shades of Moccasin #FCDFB5

Tints of Moccasin #FCDFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.59%

R = 38.41%
G = 33.99%
B = 27.59%

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

#FCDFB5 (or 0xFCDFB5) is known color: Moccasin. HEX triplet: FC, DF and B5. RGB value is (252,223,181). Sum of RGB (Red+Green+Blue) = 252+223+181=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFB5 is #03204A. Grayscale: #E3E3E3. Windows color (decimal): -204875 or 11919356. OLE color: 11919356.

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

Color convert

RGB 252 223 181 -
CMYK 0 0.12 0.28 0.01
HSL 35.49º 0.92% 0.85% -
HSV(B) 35.49º 0.28% 0.99% -
XYZ 74.87 76.81 54.6 -
YUV 226.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 252 223 181 0 0.12 0.28 0.01 35.49 0.92 0.85
Hex FC DF B5 0 C 1C 1 23 5C 55
Octal 374 337 265 0 14 34 1 43 134 125
Binary 11111100 11011111 10110101 0 1100 11100 1 100011 1011100 1010101

Color Harmonies of #FCDFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFB5

Black with #FCDFB5

Text Example


Text Example

White with #FCDFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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