Html Css Color HEX #FEDD9E Cape Honey

📋 copy color: '#FEDD9E'

red 254 ◦ green 221 ◦ blue 158

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

Shades of Cape Honey #FEDD9E

Tints of Cape Honey #FEDD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 24.96%

R = 40.13%
G = 34.91%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEDD9E (or 0xFEDD9E) is known color: Cape Honey. HEX triplet: FE, DD and 9E. RGB value is (254,221,158). Sum of RGB (Red+Green+Blue) = 254+221+158=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD9E is #012261. Grayscale: #DFDFDF. Windows color (decimal): -74338 or 10411518. OLE color: 10411518.

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

Color convert

RGB 254 221 158 -
CMYK 0 0.13 0.38 0.00
HSL 39.38º 0.98% 0.81% -
HSV(B) 39.38º 0.38% 1% -
XYZ 72.9 75.25 43.03 -
YUV 223.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 254 221 158 0 0.13 0.38 0.00 39.38 0.98 0.81
Hex FE DD 9E 0 D 26 0 27 62 51
Octal 376 335 236 0 15 46 0 47 142 121
Binary 11111110 11011101 10011110 0 1101 100110 0 100111 1100010 1010001

Color Harmonies of #FEDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD9E

Black with #FEDD9E

Text Example


Text Example

White with #FEDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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