#FADCB9

Color #FADCB9 Sandy Beach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Beach #FADCB9

Tints of Sandy Beach #FADCB9

Color information

#FADCB9 (or 0xFADCB9) is unknown color: approx Sandy Beach. HEX triplet: FA, DC and B9. RGB value is (250,220,185). Sum of RGB (Red+Green+Blue) = 250+220+185=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCB9 is #052346. Grayscale: #E1E1E1. Windows color (decimal): -336711 or 12180730. OLE color: 12180730.

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

Color convert

RGB250220185-
CMYK00.120.260.02
HSL32.31º86.67%85.29%-
HSV(B)32.31º26%98.04%-
XYZ73.7775.0156.49-
YUV224.98105.44145.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 185 (72.66% from 255) = 28.24%
R=38.17%
G=33.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022018500.120.260.0232.3186.6785.29
HexFADCB90C1A2205755
Octal37233427101432240127125
Binary11111010110111001011100101100110101010000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCB9; }

 p { color: rgb(250,220,185); }

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

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

 a { background-color: rgb(250,220,185); }

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

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

 span { border-color: rgb(250,220,185); }

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