#FEDFA5

Color #FEDFA5 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FEDFA5

Tints of Cape Honey #FEDFA5

Color information

#FEDFA5 (or 0xFEDFA5) is unknown color: approx Cape Honey. HEX triplet: FE, DF and A5. RGB value is (254,223,165). Sum of RGB (Red+Green+Blue) = 254+223+165=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 165 (64.84% from 255 or 25.70% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFA5 is #01205A. Grayscale: #E1E1E1. Windows color (decimal): -73819 or 10870782. OLE color: 10870782.

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

Color convert

RGB254223165-
CMYK00.120.350.00
HSL39.1º97.8%82.16%-
HSV(B)39.1º35.04%99.61%-
XYZ74.0576.5646.47-
YUV225.6693.77148.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 165 (64.84% from 255) = 25.70%
R=39.56%
G=34.74%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422316500.120.350.0039.197.882.16
HexFEDFA50C230276252
Octal37633724501443047142122
Binary11111110110111111010010101100100011010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFA5; }

 p { color: rgb(254,223,165); }

 H1.HeaderClassName
 {
   color: #FEDFA5;
 }
 .AnyTagClassName
 {
   color: #FEDFA5;
 }
</style>
background-color css

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

 a { background-color: rgb(254,223,165); }

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

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

 span { border-color: rgb(254,223,165); }

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