#FCDDA7

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

Shades of Cape Honey #FCDDA7

Tints of Cape Honey #FCDDA7

Color information

#FCDDA7 (or 0xFCDDA7) is unknown color: approx Cape Honey. HEX triplet: FC, DD and A7. RGB value is (252,221,167). Sum of RGB (Red+Green+Blue) = 252+221+167=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA7 is #032258. Grayscale: #E0E0E0. Windows color (decimal): -205401 or 11001340. OLE color: 11001340.

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

Color convert

RGB252221167-
CMYK00.120.340.01
HSL38.12º93.41%82.16%-
HSV(B)38.12º33.73%98.82%-
XYZ72.9875.247.23-
YUV224.1195.77147.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=39.38%
G=34.53%
B=26.09%

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
Decimal25222116700.120.340.0138.1293.4182.16
HexFCDDA70C221265d52
Octal37433524701442146135122
Binary11111100110111011010011101100100010110011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDA7; }

 p { color: rgb(252,221,167); }

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

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

 a { background-color: rgb(252,221,167); }

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

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

 span { border-color: rgb(252,221,167); }

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