#FADDA0

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

Shades of Cape Honey #FADDA0

Tints of Cape Honey #FADDA0

Color information

#FADDA0 (or 0xFADDA0) is unknown color: approx Cape Honey. HEX triplet: FA, DD and A0. RGB value is (250,221,160). Sum of RGB (Red+Green+Blue) = 250+221+160=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA0 is #05225F. Grayscale: #DEDEDE. Windows color (decimal): -336480 or 10542586. OLE color: 10542586.

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

Color convert

RGB250221160-
CMYK00.120.360.02
HSL40.67º90%80.39%-
HSV(B)40.67º36%98.04%-
XYZ71.6374.5743.88-
YUV222.7292.61147.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 160 (62.89% from 255) = 25.36%
R=39.62%
G=35.02%
B=25.36%

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
Decimal25022116000.120.360.0240.679080.39
HexFADDA00C242295a50
Octal37233524001444251132120
Binary111110101101110110100000011001001001010100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDA0; }

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

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

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

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

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

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

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

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