#FADFBA

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

Shades of Sandy Beach #FADFBA

Tints of Sandy Beach #FADFBA

Color information

#FADFBA (or 0xFADFBA) is unknown color: approx Sandy Beach. HEX triplet: FA, DF and BA. RGB value is (250,223,186). Sum of RGB (Red+Green+Blue) = 250+223+186=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFBA is #052045. Grayscale: #E3E3E3. Windows color (decimal): -335942 or 12247034. OLE color: 12247034.

HSL color Cylindrical-coordinate representation of color #FADFBA: hue angle of 34.69º degrees, saturation: 0.86, 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 #FADFBA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250223186-
CMYK00.110.260.02
HSL34.69º86.49%85.49%-
HSV(B)34.69º25.6%98.04%-
XYZ74.6776.6457.31-
YUV226.86104.95144.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=37.94%
G=33.84%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022318600.110.260.0234.6986.4985.49
HexFADFBA0B1A2235655
Octal37233727201332243126125
Binary11111010110111111011101001011110101010001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFBA; }

 p { color: rgb(250,223,186); }

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

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

 a { background-color: rgb(250,223,186); }

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

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

 span { border-color: rgb(250,223,186); }

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