Html Css Color HEX #FEDDA1 Cape Honey

📋 copy color: '#FEDDA1'

red 254 ◦ green 221 ◦ blue 161

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

Shades of Cape Honey #FEDDA1

Tints of Cape Honey #FEDDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.31%

R = 39.94%
G = 34.75%
B = 25.31%

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

#FEDDA1 (or 0xFEDDA1) is known color: Cape Honey. HEX triplet: FE, DD and A1. RGB value is (254,221,161). Sum of RGB (Red+Green+Blue) = 254+221+161=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA1 is #01225E. Grayscale: #E0E0E0. Windows color (decimal): -74335 or 10608126. OLE color: 10608126.

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

Color convert

RGB 254 221 161 -
CMYK 0 0.13 0.37 0.00
HSL 38.71º 0.98% 0.81% -
HSV(B) 38.71º 0.37% 1% -
XYZ 73.16 75.36 44.41 -
YUV 224.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 254 221 161 0 0.13 0.37 0.00 38.71 0.98 0.81
Hex FE DD A1 0 D 25 0 27 62 51
Octal 376 335 241 0 15 45 0 47 142 121
Binary 11111110 11011101 10100001 0 1101 100101 0 100111 1100010 1010001

Color Harmonies of #FEDDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDA1

Black with #FEDDA1

Text Example


Text Example

White with #FEDDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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