#FADEA7

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

Shades of Cape Honey #FADEA7

Tints of Cape Honey #FADEA7

Color information

#FADEA7 (or 0xFADEA7) is unknown color: approx Cape Honey. HEX triplet: FA, DE and A7. RGB value is (250,222,167). Sum of RGB (Red+Green+Blue) = 250+222+167=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 167 (65.62% from 255 or 26.13% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEA7 is #052158. Grayscale: #E0E0E0. Windows color (decimal): -336217 or 11001594. OLE color: 11001594.

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

Color convert

RGB250222167-
CMYK00.110.330.02
HSL39.76º89.25%81.76%-
HSV(B)39.76º33.2%98.04%-
XYZ72.5275.3647.28-
YUV224.195.78146.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 167 (65.62% from 255) = 26.13%
R=39.12%
G=34.74%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022216700.110.330.0239.7689.2581.76
HexFADEA70B212285952
Octal37233624701341250131122
Binary111110101101111010100111010111000011010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEA7; }

 p { color: rgb(250,222,167); }

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

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

 a { background-color: rgb(250,222,167); }

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

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

 span { border-color: rgb(250,222,167); }

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