#FADBA2

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

Shades of Cape Honey #FADBA2

Tints of Cape Honey #FADBA2

Color information

#FADBA2 (or 0xFADBA2) is unknown color: approx Cape Honey. HEX triplet: FA, DB and A2. RGB value is (250,219,162). Sum of RGB (Red+Green+Blue) = 250+219+162=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA2 is #05245D. Grayscale: #DEDEDE. Windows color (decimal): -336990 or 10673146. OLE color: 10673146.

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

Color convert

RGB250219162-
CMYK00.120.350.02
HSL38.86º89.8%80.78%-
HSV(B)38.86º35.2%98.04%-
XYZ71.2873.644.63-
YUV221.7794.27148.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 162 (63.67% from 255) = 25.67%
R=39.62%
G=34.71%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021916200.120.350.0238.8689.880.78
HexFADBA20C232275a51
Octal37233324201443247132121
Binary111110101101101110100010011001000111010011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBA2; }

 p { color: rgb(250,219,162); }

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

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

 a { background-color: rgb(250,219,162); }

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

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

 span { border-color: rgb(250,219,162); }

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