Html Css Color HEX #FEDFB4 Moccasin

📋 copy color: '#FEDFB4'

red 254 ◦ green 223 ◦ blue 180

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

Shades of Moccasin #FEDFB4

Tints of Moccasin #FEDFB4

RGB

 RED value IS 254 (99.61% from 255) = 38.66%

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

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

R = 38.66%
G = 33.94%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEDFB4 (or 0xFEDFB4) is known color: Moccasin. HEX triplet: FE, DF and B4. RGB value is (254,223,180). Sum of RGB (Red+Green+Blue) = 254+223+180=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFB4 is #01204B. Grayscale: #E3E3E3. Windows color (decimal): -73804 or 11853822. OLE color: 11853822.

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

Color convert

RGB 254 223 180 -
CMYK 0 0.12 0.29 0.00
HSL 34.86º 0.97% 0.85% -
HSV(B) 34.86º 0.29% 1% -
XYZ 75.5 77.14 54.09 -
YUV 227.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 254 223 180 0 0.12 0.29 0.00 34.86 0.97 0.85
Hex FE DF B4 0 C 1D 0 23 61 55
Octal 376 337 264 0 14 35 0 43 141 125
Binary 11111110 11011111 10110100 0 1100 11101 0 100011 1100001 1010101

Color Harmonies of #FEDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFB4

Black with #FEDFB4

Text Example


Text Example

White with #FEDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFB4; }

 p { color: rgb(254,223,180); }

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

background-color css

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

 a { background-color: rgb(254,223,180); }

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

border-color css

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

 span { border-color: rgb(254,223,180); }

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