Html Css Color HEX #FEDDA7 Cape Honey

📋 copy color: '#FEDDA7'

red 254 ◦ green 221 ◦ blue 167

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

Shades of Cape Honey #FEDDA7

Tints of Cape Honey #FEDDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.01%

R = 39.56%
G = 34.42%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEDDA7 (or 0xFEDDA7) is known color: Cape Honey. HEX triplet: FE, DD and A7. RGB value is (254,221,167). Sum of RGB (Red+Green+Blue) = 254+221+167=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 167 (65.62% from 255 or 26.01% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA7 is #012258. Grayscale: #E0E0E0. Windows color (decimal): -74329 or 11001342. OLE color: 11001342.

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

Color convert

RGB 254 221 167 -
CMYK 0 0.13 0.34 0.00
HSL 37.24º 0.98% 0.83% -
HSV(B) 37.24º 0.34% 1% -
XYZ 73.7 75.57 47.26 -
YUV 224.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 254 221 167 0 0.13 0.34 0.00 37.24 0.98 0.83
Hex FE DD A7 0 D 22 0 25 62 53
Octal 376 335 247 0 15 42 0 45 142 123
Binary 11111110 11011101 10100111 0 1101 100010 0 100101 1100010 1010011

Color Harmonies of #FEDDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDA7

Black with #FEDDA7

Text Example


Text Example

White with #FEDDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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