#FADBA5

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

Shades of Cape Honey #FADBA5

Tints of Cape Honey #FADBA5

Color information

#FADBA5 (or 0xFADBA5) is unknown color: approx Cape Honey. HEX triplet: FA, DB and A5. RGB value is (250,219,165). Sum of RGB (Red+Green+Blue) = 250+219+165=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA5 is #05245A. Grayscale: #DEDEDE. Windows color (decimal): -336987 or 10869754. OLE color: 10869754.

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

Color convert

RGB250219165-
CMYK00.120.340.02
HSL38.12º89.47%81.37%-
HSV(B)38.12º34%98.04%-
XYZ71.5573.746.05-
YUV222.1195.77147.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 165 (64.84% from 255) = 26.03%
R=39.43%
G=34.54%
B=26.03%

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
Decimal25021916500.120.340.0238.1289.4781.37
HexFADBA50C222265951
Octal37233324501442246131121
Binary111110101101101110100101011001000101010011010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBA5; }

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

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

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

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

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

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

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

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