#FEDFA7

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

Shades of Cape Honey #FEDFA7

Tints of Cape Honey #FEDFA7

Color information

#FEDFA7 (or 0xFEDFA7) is unknown color: approx Cape Honey. HEX triplet: FE, DF and A7. RGB value is (254,223,167). Sum of RGB (Red+Green+Blue) = 254+223+167=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 167 (65.62% from 255 or 25.93% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFA7 is #012058. Grayscale: #E2E2E2. Windows color (decimal): -73817 or 11001854. OLE color: 11001854.

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

Color convert

RGB254223167-
CMYK00.120.340.00
HSL38.62º97.75%82.55%-
HSV(B)38.62º34.25%99.61%-
XYZ74.2476.6447.44-
YUV225.8894.77148.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 167 (65.62% from 255) = 25.93%
R=39.44%
G=34.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422316700.120.340.0038.6297.7582.55
HexFEDFA70C220276253
Octal37633724701442047142123
Binary11111110110111111010011101100100010010011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFA7; }

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

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

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

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

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

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

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

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