Html Css Color HEX #FEDDA3 Cape Honey

📋 copy color: '#FEDDA3'

red 254 ◦ green 221 ◦ blue 163

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

Shades of Cape Honey #FEDDA3

Tints of Cape Honey #FEDDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.55%

R = 39.81%
G = 34.64%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEDDA3 (or 0xFEDDA3) is known color: Cape Honey. HEX triplet: FE, DD and A3. RGB value is (254,221,163). Sum of RGB (Red+Green+Blue) = 254+221+163=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA3 is #01225C. Grayscale: #E0E0E0. Windows color (decimal): -74333 or 10739198. OLE color: 10739198.

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

Color convert

RGB 254 221 163 -
CMYK 0 0.13 0.36 0.00
HSL 38.24º 0.98% 0.82% -
HSV(B) 38.24º 0.36% 1% -
XYZ 73.34 75.43 45.34 -
YUV 224.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 254 221 163 0 0.13 0.36 0.00 38.24 0.98 0.82
Hex FE DD A3 0 D 24 0 26 62 52
Octal 376 335 243 0 15 44 0 46 142 122
Binary 11111110 11011101 10100011 0 1101 100100 0 100110 1100010 1010010

Color Harmonies of #FEDDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDA3

Black with #FEDDA3

Text Example


Text Example

White with #FEDDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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