#FADEBD

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

Shades of Sandy Beach #FADEBD

Tints of Sandy Beach #FADEBD

Color information

#FADEBD (or 0xFADEBD) is unknown color: approx Sandy Beach. HEX triplet: FA, DE and BD. RGB value is (250,222,189). Sum of RGB (Red+Green+Blue) = 250+222+189=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEBD is #052142. Grayscale: #E2E2E2. Windows color (decimal): -336195 or 12443386. OLE color: 12443386.

HSL color Cylindrical-coordinate representation of color #FADEBD: hue angle of 32.46º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FADEBD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250222189-
CMYK00.110.240.02
HSL32.46º85.92%86.08%-
HSV(B)32.46º24.4%98.04%-
XYZ74.7376.2458.92-
YUV226.61106.78144.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=37.82%
G=33.59%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022218900.110.240.0232.4685.9286.08
HexFADEBD0B182205656
Octal37233627501330240126126
Binary11111010110111101011110101011110001010000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEBD; }

 p { color: rgb(250,222,189); }

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

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

 a { background-color: rgb(250,222,189); }

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

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

 span { border-color: rgb(250,222,189); }

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