#FADFB9

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

Shades of Sandy Beach #FADFB9

Tints of Sandy Beach #FADFB9

Color information

#FADFB9 (or 0xFADFB9) is unknown color: approx Sandy Beach. HEX triplet: FA, DF and B9. RGB value is (250,223,185). Sum of RGB (Red+Green+Blue) = 250+223+185=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFB9 is #052046. Grayscale: #E2E2E2. Windows color (decimal): -335943 or 12181498. OLE color: 12181498.

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

Color convert

RGB250223185-
CMYK00.110.260.02
HSL35.08º86.67%85.29%-
HSV(B)35.08º26%98.04%-
XYZ74.5776.656.75-
YUV226.74104.45144.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 185 (72.66% from 255) = 28.12%
R=37.99%
G=33.89%
B=28.12%

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
Decimal25022318500.110.260.0235.0886.6785.29
HexFADFB90B1A2235755
Octal37233727101332243127125
Binary11111010110111111011100101011110101010001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFB9; }

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

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

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

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

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

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

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

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