Html Css Color HEX #FEDCA0 Cape Honey

📋 copy color: '#FEDCA0'

red 254 ◦ green 220 ◦ blue 160

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

Shades of Cape Honey #FEDCA0

Tints of Cape Honey #FEDCA0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.7%

 BLUE value IS 160 (62.89% from 255) = 25.24%

R = 40.06%
G = 34.7%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEDCA0 (or 0xFEDCA0) is known color: Cape Honey. HEX triplet: FE, DC and A0. RGB value is (254,220,160). Sum of RGB (Red+Green+Blue) = 254+220+160=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCA0 is #01235F. Grayscale: #DFDFDF. Windows color (decimal): -74592 or 10542334. OLE color: 10542334.

HSL color Cylindrical-coordinate representation of color #FEDCA0: hue angle of 38.3º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEDCA0 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 160 -
CMYK 0 0.13 0.37 0.00
HSL 38.3º 0.98% 0.81% -
HSV(B) 38.3º 0.37% 1% -
XYZ 72.81 74.8 43.86 -
YUV 223.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 254 220 160 0 0.13 0.37 0.00 38.3 0.98 0.81
Hex FE DC A0 0 D 25 0 26 62 51
Octal 376 334 240 0 15 45 0 46 142 121
Binary 11111110 11011100 10100000 0 1101 100101 0 100110 1100010 1010001

Color Harmonies of #FEDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCA0

Black with #FEDCA0

Text Example


Text Example

White with #FEDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCA0; }

 p { color: rgb(254,220,160); }

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

background-color css

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

 a { background-color: rgb(254,220,160); }

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

border-color css

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

 span { border-color: rgb(254,220,160); }

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