Html Css Color HEX #FDE6BA Moccasin

📋 copy color: '#FDE6BA'

red 253 ◦ green 230 ◦ blue 186

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

Shades of Moccasin #FDE6BA

Tints of Moccasin #FDE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.38%

 BLUE value IS 186 (73.05% from 255) = 27.8%

R = 37.82%
G = 34.38%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDE6BA (or 0xFDE6BA) is known color: Moccasin. HEX triplet: FD, E6 and BA. RGB value is (253,230,186). Sum of RGB (Red+Green+Blue) = 253+230+186=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6BA is #021945. Grayscale: #E8E8E8. Windows color (decimal): -137542 or 12248829. OLE color: 12248829.

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

Color convert

RGB 253 230 186 -
CMYK 0 0.09 0.26 0.01
HSL 39.4º 0.94% 0.86% -
HSV(B) 39.4º 0.26% 0.99% -
XYZ 77.67 81.02 58 -
YUV 231.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 253 230 186 0 0.09 0.26 0.01 39.4 0.94 0.86
Hex FD E6 BA 0 9 1A 1 27 5E 56
Octal 375 346 272 0 11 32 1 47 136 126
Binary 11111101 11100110 10111010 0 1001 11010 1 100111 1011110 1010110

Color Harmonies of #FDE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6BA

Black with #FDE6BA

Text Example


Text Example

White with #FDE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6BA; }

 p { color: rgb(253,230,186); }

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

background-color css

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

 a { background-color: rgb(253,230,186); }

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

border-color css

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

 span { border-color: rgb(253,230,186); }

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