Html Css Color HEX #FEDDA6 Cape Honey

📋 copy color: '#FEDDA6'

red 254 ◦ green 221 ◦ blue 166

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

Shades of Cape Honey #FEDDA6

Tints of Cape Honey #FEDDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.9%

R = 39.63%
G = 34.48%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEDDA6 (or 0xFEDDA6) is known color: Cape Honey. HEX triplet: FE, DD and A6. RGB value is (254,221,166). Sum of RGB (Red+Green+Blue) = 254+221+166=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 166 (65.23% from 255 or 25.90% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA6 is #012259. Grayscale: #E0E0E0. Windows color (decimal): -74330 or 10935806. OLE color: 10935806.

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

Color convert

RGB 254 221 166 -
CMYK 0 0.13 0.35 0.00
HSL 37.5º 0.98% 0.82% -
HSV(B) 37.5º 0.35% 1% -
XYZ 73.61 75.54 46.78 -
YUV 224.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 254 221 166 0 0.13 0.35 0.00 37.5 0.98 0.82
Hex FE DD A6 0 D 23 0 26 62 52
Octal 376 335 246 0 15 43 0 46 142 122
Binary 11111110 11011101 10100110 0 1101 100011 0 100110 1100010 1010010

Color Harmonies of #FEDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDA6

Black with #FEDDA6

Text Example


Text Example

White with #FEDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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