#FADDA5

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

Shades of Cape Honey #FADDA5

Tints of Cape Honey #FADDA5

Color information

#FADDA5 (or 0xFADDA5) is unknown color: approx Cape Honey. HEX triplet: FA, DD and A5. RGB value is (250,221,165). Sum of RGB (Red+Green+Blue) = 250+221+165=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA5 is #05225A. Grayscale: #DFDFDF. Windows color (decimal): -336475 or 10870266. OLE color: 10870266.

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

Color convert

RGB250221165-
CMYK00.120.340.02
HSL39.53º89.47%81.37%-
HSV(B)39.53º34%98.04%-
XYZ72.0774.7546.23-
YUV223.2995.11147.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 165 (64.84% from 255) = 25.94%
R=39.31%
G=34.75%
B=25.94%

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
Decimal25022116500.120.340.0239.5389.4781.37
HexFADDA50C222285951
Octal37233524501442250131121
Binary111110101101110110100101011001000101010100010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDA5; }

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

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

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

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

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

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

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

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