Html Css Color HEX #FEDCA3 Cape Honey

📋 copy color: '#FEDCA3'

red 254 ◦ green 220 ◦ blue 163

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

Shades of Cape Honey #FEDCA3

Tints of Cape Honey #FEDCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.54%

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

R = 39.87%
G = 34.54%
B = 25.59%

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

#FEDCA3 (or 0xFEDCA3) is known color: Cape Honey. HEX triplet: FE, DC and A3. RGB value is (254,220,163). Sum of RGB (Red+Green+Blue) = 254+220+163=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCA3 is #01235C. Grayscale: #DFDFDF. Windows color (decimal): -74589 or 10738942. OLE color: 10738942.

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

Color convert

RGB 254 220 163 -
CMYK 0 0.13 0.36 0.00
HSL 37.58º 0.98% 0.82% -
HSV(B) 37.58º 0.36% 1% -
XYZ 73.08 74.9 45.26 -
YUV 223.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 254 220 163 0 0.13 0.36 0.00 37.58 0.98 0.82
Hex FE DC A3 0 D 24 0 26 62 52
Octal 376 334 243 0 15 44 0 46 142 122
Binary 11111110 11011100 10100011 0 1101 100100 0 100110 1100010 1010010

Color Harmonies of #FEDCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCA3

Black with #FEDCA3

Text Example


Text Example

White with #FEDCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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