#FDDFA7

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

Shades of Cape Honey #FDDFA7

Tints of Cape Honey #FDDFA7

Color information

#FDDFA7 (or 0xFDDFA7) is unknown color: approx Cape Honey. HEX triplet: FD, DF and A7. RGB value is (253,223,167). Sum of RGB (Red+Green+Blue) = 253+223+167=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA7 is #022058. Grayscale: #E1E1E1. Windows color (decimal): -139353 or 11001853. OLE color: 11001853.

HSL color Cylindrical-coordinate representation of color #FDDFA7: hue angle of 39.07º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDDFA7 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253223167-
CMYK00.120.340.01
HSL39.07º95.56%82.35%-
HSV(B)39.07º33.99%99.22%-
XYZ73.8776.4547.42-
YUV225.5994.94147.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 167 (65.62% from 255) = 25.97%
R=39.35%
G=34.68%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322316700.120.340.0139.0795.5682.35
HexFDDFA70C221276052
Octal37533724701442147140122
Binary11111101110111111010011101100100010110011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFA7; }

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

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

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

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

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

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

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

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