#FADCA0

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

Shades of Cape Honey #FADCA0

Tints of Cape Honey #FADCA0

Color information

#FADCA0 (or 0xFADCA0) is unknown color: approx Cape Honey. HEX triplet: FA, DC and A0. RGB value is (250,220,160). Sum of RGB (Red+Green+Blue) = 250+220+160=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCA0 is #05235F. Grayscale: #DEDEDE. Windows color (decimal): -336736 or 10542330. OLE color: 10542330.

HSL color Cylindrical-coordinate representation of color #FADCA0: hue angle of 40º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FADCA0 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250220160-
CMYK00.120.360.02
HSL40º90%80.39%-
HSV(B)40º36%98.04%-
XYZ71.3674.0543.79-
YUV222.1392.94147.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 160 (62.89% from 255) = 25.40%
R=39.68%
G=34.92%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022016000.120.360.02409080.39
HexFADCA00C242285a50
Octal37233424001444250132120
Binary111110101101110010100000011001001001010100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCA0; }

 p { color: rgb(250,220,160); }

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

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

 a { background-color: rgb(250,220,160); }

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

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

 span { border-color: rgb(250,220,160); }

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