Html Css Color HEX #FEDEA0 Cape Honey

📋 copy color: '#FEDEA0'

red 254 ◦ green 222 ◦ blue 160

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

Shades of Cape Honey #FEDEA0

Tints of Cape Honey #FEDEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.91%

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

R = 39.94%
G = 34.91%
B = 25.16%

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

#FEDEA0 (or 0xFEDEA0) is known color: Cape Honey. HEX triplet: FE, DE and A0. RGB value is (254,222,160). Sum of RGB (Red+Green+Blue) = 254+222+160=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEA0 is #01215F. Grayscale: #E0E0E0. Windows color (decimal): -74080 or 10542846. OLE color: 10542846.

HSL color Cylindrical-coordinate representation of color #FEDEA0: hue angle of 39.57º 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 #FEDEA0 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 160 -
CMYK 0 0.13 0.37 0.00
HSL 39.57º 0.98% 0.81% -
HSV(B) 39.57º 0.37% 1% -
XYZ 73.34 75.85 44.03 -
YUV 224.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 254 222 160 0 0.13 0.37 0.00 39.57 0.98 0.81
Hex FE DE A0 0 D 25 0 28 62 51
Octal 376 336 240 0 15 45 0 50 142 121
Binary 11111110 11011110 10100000 0 1101 100101 0 101000 1100010 1010001

Color Harmonies of #FEDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEA0

Black with #FEDEA0

Text Example


Text Example

White with #FEDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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