Html Css Color HEX #FDE0B4 Moccasin

📋 copy color: '#FDE0B4'

red 253 ◦ green 224 ◦ blue 180

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

Shades of Moccasin #FDE0B4

Tints of Moccasin #FDE0B4

RGB

 RED value IS 253 (99.22% from 255) = 38.51%

 GREEN value IS 224 (87.89% from 255) = 34.09%

 BLUE value IS 180 (70.7% from 255) = 27.4%

R = 38.51%
G = 34.09%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDE0B4 (or 0xFDE0B4) is known color: Moccasin. HEX triplet: FD, E0 and B4. RGB value is (253,224,180). Sum of RGB (Red+Green+Blue) = 253+224+180=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0B4 is #021F4B. Grayscale: #E3E3E3. Windows color (decimal): -139084 or 11854077. OLE color: 11854077.

HSL color Cylindrical-coordinate representation of color #FDE0B4: hue angle of 36.16º degrees, saturation: 0.95, 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 #FDE0B4 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 180 -
CMYK 0 0.11 0.29 0.01
HSL 36.16º 0.95% 0.85% -
HSV(B) 36.16º 0.29% 0.99% -
XYZ 75.4 77.49 54.16 -
YUV 227.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 253 224 180 0 0.11 0.29 0.01 36.16 0.95 0.85
Hex FD E0 B4 0 B 1D 1 24 5F 55
Octal 375 340 264 0 13 35 1 44 137 125
Binary 11111101 11100000 10110100 0 1011 11101 1 100100 1011111 1010101

Color Harmonies of #FDE0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0B4

Black with #FDE0B4

Text Example


Text Example

White with #FDE0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0B4; }

 p { color: rgb(253,224,180); }

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

background-color css

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

 a { background-color: rgb(253,224,180); }

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

border-color css

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

 span { border-color: rgb(253,224,180); }

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