#FADDA1

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

Shades of Cape Honey #FADDA1

Tints of Cape Honey #FADDA1

Color information

#FADDA1 (or 0xFADDA1) is unknown color: approx Cape Honey. HEX triplet: FA, DD and A1. RGB value is (250,221,161). Sum of RGB (Red+Green+Blue) = 250+221+161=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA1 is #05225E. Grayscale: #DFDFDF. Windows color (decimal): -336479 or 10608122. OLE color: 10608122.

HSL color Cylindrical-coordinate representation of color #FADDA1: hue angle of 40.45º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FADDA1 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250221161-
CMYK00.120.360.02
HSL40.45º89.9%80.59%-
HSV(B)40.45º35.6%98.04%-
XYZ71.7174.6144.34-
YUV222.8393.11147.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 161 (63.28% from 255) = 25.47%
R=39.56%
G=34.97%
B=25.47%

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
Decimal25022116100.120.360.0240.4589.980.59
HexFADDA10C242285a51
Octal37233524101444250132121
Binary111110101101110110100001011001001001010100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDA1; }

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

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

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

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

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

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

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

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