#FADFA7

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

Shades of Cape Honey #FADFA7

Tints of Cape Honey #FADFA7

Color information

#FADFA7 (or 0xFADFA7) is unknown color: approx Cape Honey. HEX triplet: FA, DF and A7. RGB value is (250,223,167). Sum of RGB (Red+Green+Blue) = 250+223+167=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA7 is #052058. Grayscale: #E0E0E0. Windows color (decimal): -335961 or 11001850. OLE color: 11001850.

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

Color convert

RGB250223167-
CMYK00.110.330.02
HSL40.48º89.25%81.76%-
HSV(B)40.48º33.2%98.04%-
XYZ72.7975.8947.37-
YUV224.6995.45146.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=39.06%
G=34.84%
B=26.09%

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
Decimal25022316700.110.330.0240.4889.2581.76
HexFADFA70B212285952
Octal37233724701341250131122
Binary111110101101111110100111010111000011010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFA7; }

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

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

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

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

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

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

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

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