#FADDBD

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

Shades of Sandy Beach #FADDBD

Tints of Sandy Beach #FADDBD

Color information

#FADDBD (or 0xFADDBD) is unknown color: approx Sandy Beach. HEX triplet: FA, DD and BD. RGB value is (250,221,189). Sum of RGB (Red+Green+Blue) = 250+221+189=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDBD is #052242. Grayscale: #E2E2E2. Windows color (decimal): -336451 or 12443130. OLE color: 12443130.

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

Color convert

RGB250221189-
CMYK00.120.240.02
HSL31.48º85.92%86.08%-
HSV(B)31.48º24.4%98.04%-
XYZ74.4775.7158.83-
YUV226.02107.11145.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=37.88%
G=33.48%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022118900.120.240.0231.4885.9286.08
HexFADDBD0C1821f5656
Octal37233527501430237126126
Binary1111101011011101101111010110011000101111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDBD; }

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

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

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

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

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

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

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

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