Html Css Color HEX #FEDDA0 Cape Honey

📋 copy color: '#FEDDA0'

red 254 ◦ green 221 ◦ blue 160

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

Shades of Cape Honey #FEDDA0

Tints of Cape Honey #FEDDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.8%

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

R = 40%
G = 34.8%
B = 25.2%

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

#FEDDA0 (or 0xFEDDA0) is known color: Cape Honey. HEX triplet: FE, DD and A0. RGB value is (254,221,160). Sum of RGB (Red+Green+Blue) = 254+221+160=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA0 is #01225F. Grayscale: #E0E0E0. Windows color (decimal): -74336 or 10542590. OLE color: 10542590.

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

Color convert

RGB 254 221 160 -
CMYK 0 0.13 0.37 0.00
HSL 38.94º 0.98% 0.81% -
HSV(B) 38.94º 0.37% 1% -
XYZ 73.07 75.32 43.94 -
YUV 223.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 254 221 160 0 0.13 0.37 0.00 38.94 0.98 0.81
Hex FE DD A0 0 D 25 0 27 62 51
Octal 376 335 240 0 15 45 0 47 142 121
Binary 11111110 11011101 10100000 0 1101 100101 0 100111 1100010 1010001

Color Harmonies of #FEDDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDA0

Black with #FEDDA0

Text Example


Text Example

White with #FEDDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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