#FADCA5

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

Shades of Cape Honey #FADCA5

Tints of Cape Honey #FADCA5

Color information

#FADCA5 (or 0xFADCA5) is unknown color: approx Cape Honey. HEX triplet: FA, DC and A5. RGB value is (250,220,165). Sum of RGB (Red+Green+Blue) = 250+220+165=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 165 (64.84% from 255 or 25.98% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCA5 is #05235A. Grayscale: #DEDEDE. Windows color (decimal): -336731 or 10870010. OLE color: 10870010.

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

Color convert

RGB250220165-
CMYK00.120.340.02
HSL38.82º89.47%81.37%-
HSV(B)38.82º34%98.04%-
XYZ71.8174.2346.14-
YUV222.795.44147.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 165 (64.84% from 255) = 25.98%
R=39.37%
G=34.65%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022016500.120.340.0238.8289.4781.37
HexFADCA50C222275951
Octal37233424501442247131121
Binary111110101101110010100101011001000101010011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCA5; }

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

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

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

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

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

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

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

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